mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
vkd3d-shader: Get rid of component_type_is_64_bit().
Its last user was removed in commit
9623ca4a6f.
This commit is contained in:
Notes:
Henri Verbeet
2025-10-08 13:50:55 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1774
@@ -1918,12 +1918,6 @@ static inline enum vsir_data_type vsir_data_type_from_component_type(enum vkd3d_
|
||||
return VSIR_DATA_UNUSED;
|
||||
}
|
||||
|
||||
static inline bool component_type_is_64_bit(enum vkd3d_shader_component_type component_type)
|
||||
{
|
||||
return component_type == VKD3D_SHADER_COMPONENT_DOUBLE || component_type == VKD3D_SHADER_COMPONENT_INT64
|
||||
|| component_type == VKD3D_SHADER_COMPONENT_UINT64;
|
||||
}
|
||||
|
||||
static inline unsigned int vsir_write_mask_get_component_idx(uint32_t write_mask)
|
||||
{
|
||||
unsigned int i;
|
||||
|
||||
Reference in New Issue
Block a user