Home
last modified time | relevance | path

Searched refs:EXT_demote_to_helper_invocation (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c392 ctx->Extensions.EXT_demote_to_helper_invocation = true; in intelInitExtensions()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c785 { o(EXT_demote_to_helper_invocation), PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION }, in st_init_extensions()
1744 spirv_caps->demote_to_helper_invocation = extensions->EXT_demote_to_helper_invocation; in st_init_extensions()
/external/mesa3d/src/mesa/main/
Dextensions_table.h229 EXT(EXT_demote_to_helper_invocation , EXT_demote_to_helper_invocation , GLL, GLC, ES…
Dmtypes.h4361 GLboolean EXT_demote_to_helper_invocation; member
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp727 EXT(EXT_demote_to_helper_invocation),
/external/mesa3d/docs/relnotes/
D19.3.0.rst666 - mesa: Extension boilerplate for EXT_demote_to_helper_invocation
671 - iris: Enable EXT_demote_to_helper_invocation
672 - i965: Enable EXT_demote_to_helper_invocation
673 - docs/relnotes: Add EXT_demote_to_helper_invocation support on iris,