Home
last modified time | relevance | path

Searched refs:supports_shader_constants (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c777 screen->compiler->supports_shader_constants = false; in crocus_screen_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c854 screen->compiler->supports_shader_constants = true; in iris_screen_create()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h106 bool supports_shader_constants; member
Dbrw_nir.c879 if (compiler->supports_shader_constants) { in brw_preprocess_nir()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c970 device->compiler->supports_shader_constants = true; in anv_physical_device_try_create()