Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dspirv_capabilities.c99 .IntegerFunctions2INTEL = gl_exts->INTEL_shader_integer_functions2, in _mesa_fill_supported_spirv_capabilities()
H A Dconsts_exts.h250 GLboolean INTEL_shader_integer_functions2; member
H A Dextensions_table.h374 EXT(INTEL_shader_integer_functions2 , INTEL_shader_integer_functions2 , GLL, GLC, x…
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A 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
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c1302 extensions->INTEL_shader_integer_functions2 = GL_TRUE; in st_init_extensions()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp840 EXT(INTEL_shader_integer_functions2),
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c288 .INTEL_shader_integer_functions2 = true, in get_device_extensions()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c712 .INTEL_shader_integer_functions2 = true, in radv_physical_device_get_supported_extensions()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c349 .INTEL_shader_integer_functions2 = device->info.ver >= 8, in get_device_extensions()