Home
last modified time | relevance | path

Searched refs:is_uav (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c6041 boolean is_uav) in pipe_texture_to_resource_dimension() argument
6068 return is_uav ? VGPU10_RESOURCE_DIMENSION_TEXTURE2DARRAY : in pipe_texture_to_resource_dimension()
6085 boolean is_uav) in tgsi_texture_to_resource_dimension() argument
6106 return is_uav ? VGPU10_RESOURCE_DIMENSION_TEXTURE2DARRAY : in tgsi_texture_to_resource_dimension()
6127 return is_uav ? VGPU10_RESOURCE_DIMENSION_TEXTURE2DARRAY : in tgsi_texture_to_resource_dimension()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp2094 …bool is_uav = var.storage == StorageClassStorageBuffer || has_decoration(type.self, DecorationBuff… in emit_buffer_block() local
2096 if (is_uav) in emit_buffer_block()