Home
last modified time | relevance | path

Searched refs:qualifier (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/guest/mesa/bin/
Dsymbols-check.py158 qualifier = None
165 qualifier = fields[0]
173 if qualifier and not qualifier == qualifier_optional:
174 print(args.symbols_file + ': invalid qualifier: ' + qualifier)
177 if qualifier == qualifier_optional:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_sample_mask_override_coverage.adoc35 layout qualifier from `GL_NV_sample_mask_override_coverage` maps to the
37 To use the code:override_coverage layout qualifier in GLSL the
DVK_EXT_post_depth_coverage.adoc40 layout qualifier from GL_ARB_post_depth_coverage or
DVK_NV_geometry_shader_passthrough.adoc43 qualifier from `GL_NV_geometry_shader_passthrough` maps to the
92 qualifier are exempted from the rule requiring location assignment because
DVK_NV_viewport_array2.adoc50 built-in output variable and code:viewport_relative layout qualifier from
DVK_KHR_fragment_shader_barycentric.adoc57 GLSL variables declared using the code:pervertexEXT GLSL qualifier are
DVK_NV_fragment_shader_barycentric.adoc49 GLSL variables declared using the code:__pervertexNV GLSL qualifier are
DVK_NV_viewport_swizzle.adoc152 The code:viewport_relative layout qualifier says that the viewport number (0
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp860 ValidationQualifier qualifier, in sVarCheck() argument
865 if (qualifier == ValidationQualifier::UNIFORM && in sVarCheck()
868 err << sQualifierString(qualifier) << " " << a.name << " "; in sVarCheck()
880 err << sQualifierString(qualifier) << " " << a.name << " "; in sVarCheck()
890 res = res && sVarCheck(pData, qualifier, a.pFields[i], b.pFields[j]); in sVarCheck()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_fragment_shader_barycentric.adoc107 GLSL variables declared using the `__pervertexEXT` GLSL qualifier are expected to be decorated with…
DVK_EXT_shader_tile_image.adoc143 * The `location` layout qualifier is used to specify the corresponding color attachment
144 * New storage qualifier (supported only in fragment shaders): `tileImageEXT`
193 // 'tileImageEXT' is a storage qualifier.
392 …d with "noncoherent" layout qualifier in GLSL. For Depth and Stencil we could use a special fragme…
DVK_EXT_mesh_shader.adoc455 Each layout qualifier is declared as `layout(<qualifier>) out;`.
457 A new auxiliary storage qualifier can be added to interface variables to indicate that they are per…
493 …eclared in task and mesh shaders using the new `taskPayloadSharedEXT` storage qualifier as follows:
517 …puts in order to generate a match with mesh shader outputs denoted with the `primitives` qualifier.
521 …p this variable to the appropriate built-in value based on the selected `outputtopology` qualifier.
DVK_AMD_shader_early_and_late_fragment_tests.adoc157 layout-qualifier-id:
172 …ays the value of `gl_FragStencilRefARB`, whether or not it is consistent with the layout qualifier.
/hardware/interfaces/audio/common/7.0/
Dtypes.hal339 * AudioTag is an additional use case qualifier complementing
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc37 attribute number using the code:location layout qualifier.
38 The code:Component layout qualifier associates components of a vertex shader
Dfeatures.adoc668 code:readonly memory qualifier in GLSL).
675 code:readonly memory qualifier in GLSL).
757 images and storage texel buffers require a format qualifier to be
766 images and storage texel buffers require a format qualifier to be
Dlimits.adoc475 with the code:shared storage qualifier in GLSL) in the compute shader
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc6543 * Remove `const` qualifier from
10508 * Add const qualifier for some `VK_EXT_debug_market` extension command