Home
last modified time | relevance | path

Searched refs:builtInType (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp110 std::string builtInType; in write_to_read_only_types() member
131 …_sample_variables: trying to write to built-in read-only variable" + testConfigs[idx].builtInType); in write_to_read_only_types()
152 std::string builtInType; in access_built_in_types_inside_other_shaders() member
173 … to use fragment shader built-in sampler variable " + testConfigs[idx].builtInType + " inside vert… in access_built_in_types_inside_other_shaders()
189 … to use fragment shader built-in sampler variable " + testConfigs[idx].builtInType + " inside tess… in access_built_in_types_inside_other_shaders()
205 … to use fragment shader built-in sampler variable " + testConfigs[idx].builtInType + " inside tess… in access_built_in_types_inside_other_shaders()
222 … to use fragment shader built-in sampler variable " + testConfigs[idx].builtInType + " inside geom… in access_built_in_types_inside_other_shaders()
242 std::string builtInType[MAX_TYPES]; in index_outside_sample_mask_range() member
267 << " highp int invalidValue = " << testConfigs.builtInType[typeIdx] << "[invalidIndex]; \n" in index_outside_sample_mask_range()
271 …riables: using constant integral expression outside of " + testConfigs.builtInType[typeIdx] + " bo… in index_outside_sample_mask_range()
[all …]
/third_party/libxml2/
Dbackport-Add-whitespace-folding-for-some-atomic-data-types-th.patch88 if (type->builtInType == XML_SCHEMAS_LONG) {
102 if (type->builtInType == XML_SCHEMAS_ULONG) {
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2631 const TBuiltInVariable builtInType = clipCullNode->getQualifier().builtIn; in assignClipCullDistance() local
2636 switch (builtInType) { in assignClipCullDistance()
3526 const TBuiltInVariable builtInType = bufferType.getQualifier().declaredBuiltIn; in decomposeStructBufferMethods() local
3530 const bool isByteAddressBuffer = (builtInType == EbvByteAddressBuffer || in decomposeStructBufferMethods()
3531 builtInType == EbvRWByteAddressBuffer); in decomposeStructBufferMethods()