Searched refs:supports_pull_constants (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_screen.c602 screen->compiler->supports_pull_constants = false;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.h114 bool supports_pull_constants; member in struct:brw_compiler
H A Dbrw_vec4_visitor.cpp1777 if (!compiler->supports_pull_constants) {
H A Dbrw_fs.cpp2315 if ((!compiler->supports_pull_constants && u < UBO_START) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c801 screen->compiler->supports_pull_constants = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.c830 screen->compiler->supports_pull_constants = false;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.h95 bool supports_pull_constants; member in struct:brw_compiler
H A Dbrw_vec4_visitor.cpp1664 if (!compiler->supports_pull_constants) {
H A Dbrw_vec4.cpp928 assert(compiler->supports_pull_constants);
H A Dbrw_fs.cpp2590 if ((!compiler->supports_pull_constants && u < UBO_START) ||
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_screen.c2783 screen->compiler->supports_pull_constants = true;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_screen.c2806 screen->compiler->supports_pull_constants = true;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c564 device->compiler->supports_pull_constants = false;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c943 device->compiler->supports_pull_constants = false;

Completed in 57 milliseconds