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/main/
Dconsts_exts.h247 GLboolean INTEL_shader_integer_functions2; member
Dextensions_table.h364 EXT(INTEL_shader_integer_functions2 , INTEL_shader_integer_functions2 , GLL, GLC, x…
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1226 extensions->INTEL_shader_integer_functions2 = GL_TRUE; in st_init_extensions()
1800 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.cpp778 EXT(INTEL_shader_integer_functions2),
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c333 .INTEL_shader_integer_functions2 = device->info.ver >= 8, in get_device_extensions()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c617 .INTEL_shader_integer_functions2 = true, in radv_physical_device_get_supported_extensions()