Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c116 compiler->indirect_ubos_use_sampler = true; in brw_compiler_create()
Dbrw_compiler.h121 bool indirect_ubos_use_sampler; member
Dbrw_fs.cpp6538 assert(!compiler->indirect_ubos_use_sampler); in lower_lsc_varying_pull_constant_logical_send()
6620 if (compiler->indirect_ubos_use_sampler) { in lower_varying_pull_constant_logical_send()
6952 if (devinfo->has_lsc && !compiler->indirect_ubos_use_sampler) in lower_logical_sends()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c833 screen->compiler->indirect_ubos_use_sampler = screen->devinfo.ver < 12; in iris_screen_create()
Diris_resource.c2543 flush |= screen->compiler->indirect_ubos_use_sampler ? in iris_flush_bits_for_history()
Diris_program.c209 const bool dataport = ssbo || !screen->compiler->indirect_ubos_use_sampler; in iris_upload_ubo_ssbo_surf_state()
/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c1105 return device->physical->compiler->indirect_ubos_use_sampler ? in anv_isl_format_for_descriptor_type()
Danv_private.h2622 if (device->physical->compiler->indirect_ubos_use_sampler) in anv_pipe_invalidate_bits_for_access_flags()
Danv_device.c948 device->compiler->indirect_ubos_use_sampler = device->info.ver < 12; in anv_physical_device_try_create()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst2815 - iris: Flush caches based on brw_compiler::indirect_ubos_use_sampler