Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_screen.c825 screen->compiler->supports_shader_constants = true; in iris_screen_create()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h123 bool supports_shader_constants; member
Dbrw_nir.c806 if (compiler->supports_shader_constants) { in brw_preprocess_nir()
/external/mesa3d/src/intel/vulkan/
Danv_device.c512 device->compiler->supports_shader_constants = true; in anv_physical_device_try_create()