Home
last modified time | relevance | path

Searched refs:image_read_without_format (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h62 bool image_read_without_format; member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c235 .image_read_without_format = true, in load_spirv()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c62 .image_read_without_format = true, in tu_spirv_to_nir()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c488 .image_read_without_format = true, in lvp_shader_compile_to_ir()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1820 spirv_caps->image_read_without_format = extensions->EXT_shader_image_load_formatted; in st_init_extensions()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c484 .image_read_without_format = true, in radv_shader_compile_to_nir()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c131 .image_read_without_format = device->vk.enabled_extensions.KHR_format_feature_flags2, in anv_shader_compile_to_nir()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4501 spv_check_supported(image_read_without_format, cap); in vtn_handle_preamble_instruction()