Home
last modified time | relevance | path

Searched refs:INTEL_shader_integer_functions2 (Results 1 – 8 of 8) sorted by relevance

/third_party/openGLES/extensions/INTEL/
DINTEL_shader_integer_functions2.txt3 INTEL_shader_integer_functions2
179 implementation supports INTEL_shader_integer_functions2.
183 If the shader enables only INTEL_shader_integer_functions2 but not
190 If the shader enables only INTEL_shader_integer_functions2 but not
200 so this is called INTEL_shader_integer_functions2 to prevent confusion.
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c337 ctx->Extensions.INTEL_shader_integer_functions2 = true; in brw_init_extensions()
/third_party/mesa3d/src/mesa/main/
Dextensions_table.h358 EXT(INTEL_shader_integer_functions2 , INTEL_shader_integer_functions2 , GLL, GLC, x…
Dmtypes.h4524 GLboolean INTEL_shader_integer_functions2; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1264 extensions->INTEL_shader_integer_functions2 = GL_TRUE; in st_init_extensions()
1836 spirv_caps->integer_functions2 = extensions->INTEL_shader_integer_functions2; in st_init_extensions()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1450 - mesa: Extension boilerplate for INTEL_shader_integer_functions2
1451 - glsl: Add new expressions for INTEL_shader_integer_functions2
1454 - glsl: Add built-in functions for INTEL_shader_integer_functions2
1455 - nir: Add new instructions for INTEL_shader_integer_functions2
1462 INTEL_shader_integer_functions2 expressions
1466 INTEL_shader_integer_functions2
1468 INTEL_shader_integer_functions2 opcodes
1471 - i965: Enable INTEL_shader_integer_functions2 on Gen8+
1475 - iris: Enable INTEL_shader_integer_functions2
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp773 EXT(INTEL_shader_integer_functions2),
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c302 .INTEL_shader_integer_functions2 = device->info.ver >= 8, in get_device_extensions()