Searched refs:builtInType (Results 1 – 3 of 3) sorted by relevance
110 std::string builtInType; in write_to_read_only_types() member131 …_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() member173 … 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() member267 << " 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 …]
88 if (type->builtInType == XML_SCHEMAS_LONG) {102 if (type->builtInType == XML_SCHEMAS_ULONG) {
2631 const TBuiltInVariable builtInType = clipCullNode->getQualifier().builtIn; in assignClipCullDistance() local2636 switch (builtInType) { in assignClipCullDistance()3526 const TBuiltInVariable builtInType = bufferType.getQualifier().declaredBuiltIn; in decomposeStructBufferMethods() local3530 const bool isByteAddressBuffer = (builtInType == EbvByteAddressBuffer || in decomposeStructBufferMethods()3531 builtInType == EbvRWByteAddressBuffer); in decomposeStructBufferMethods()