Searched refs:qualifier (Results 1 – 18 of 18) sorted by relevance
158 qualifier = None165 qualifier = fields[0]173 if qualifier and not qualifier == qualifier_optional:174 print(args.symbols_file + ': invalid qualifier: ' + qualifier)177 if qualifier == qualifier_optional:
35 layout qualifier from `GL_NV_sample_mask_override_coverage` maps to the37 To use the code:override_coverage layout qualifier in GLSL the
40 layout qualifier from GL_ARB_post_depth_coverage or
43 qualifier from `GL_NV_geometry_shader_passthrough` maps to the92 qualifier are exempted from the rule requiring location assignment because
50 built-in output variable and code:viewport_relative layout qualifier from
57 GLSL variables declared using the code:pervertexEXT GLSL qualifier are
49 GLSL variables declared using the code:__pervertexNV GLSL qualifier are
152 The code:viewport_relative layout qualifier says that the viewport number (0
860 ValidationQualifier qualifier, in sVarCheck() argument865 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()
107 GLSL variables declared using the `__pervertexEXT` GLSL qualifier are expected to be decorated with…
143 * The `location` layout qualifier is used to specify the corresponding color attachment144 * 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…
455 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.
157 layout-qualifier-id:172 …ays the value of `gl_FragStencilRefARB`, whether or not it is consistent with the layout qualifier.
339 * AudioTag is an additional use case qualifier complementing
37 attribute number using the code:location layout qualifier.38 The code:Component layout qualifier associates components of a vertex shader
668 code:readonly memory qualifier in GLSL).675 code:readonly memory qualifier in GLSL).757 images and storage texel buffers require a format qualifier to be766 images and storage texel buffers require a format qualifier to be
475 with the code:shared storage qualifier in GLSL) in the compute shader
6543 * Remove `const` qualifier from10508 * Add const qualifier for some `VK_EXT_debug_market` extension command