Home
last modified time | relevance | path

Searched refs:image_write_without_format (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h65 bool image_write_without_format; member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c236 .image_write_without_format = true, in load_spirv()
/third_party/mesa3d/src/intel/compiler/
Dbrw_kernel.c272 .image_write_without_format = true, in brw_kernel_from_spirv()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c53 .image_write_without_format = true, in tu_spirv_to_nir()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c402 .image_write_without_format = true, in lvp_shader_compile_to_ir()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1785 spirv_caps->image_write_without_format = extensions->ARB_shader_image_load_store; in st_init_extensions()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c739 .image_write_without_format = true, in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c85 .image_write_without_format = true, in anv_shader_stage_to_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1955 .image_write_without_format = true, in zink_shader_spirv_compile()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4596 spv_check_supported(image_write_without_format, cap); in vtn_handle_preamble_instruction()