Searched refs:commonUtils (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 50 namespace commonUtils namespace 1256 commonUtils::replaceToken("<ATANGENT>", "atan(tmp0, tmp0)", strATan); in init() 1257 commonUtils::replaceToken("<ATANGENT>", "atan(tmp0)", strATan2); in init() 1331 commonUtils::replaceToken("<BITS_TO_FLOAT>", "intBitsToFloat(ival)", strIntBits); in init() 1332 commonUtils::replaceToken("<BITS_TO_FLOAT>", "uintBitsToFloat(uval)", strUIntBits); in init() 1494 commonUtils::replaceToken("<TEXTURE>", "texture(tex2D, vec2(0.0))", strTexture); in init() 1495 commonUtils::replaceToken("<TEXTURE>", "textureProj(tex2D, vec3(0.0))", strTextureProj); in init() 1496 commonUtils::replaceToken("<TEXTURE>", "textureGather(tex2D, vec2(0.0), 0)", strTextureGather); in init() 1600 commonUtils::replaceToken("<EMIT>", "EmitVertex()", strEmit); in init() 1601 commonUtils::replaceToken("<EMIT>", "EmitStreamVertex(0)", strEmitStream); in init() [all …]
|
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
D | LinalgStructuredOps.td | 246 code commonUtils = libraryCallName # [{ 315 let extraClassDeclaration = commonUtils # [{ 422 let extraClassDeclaration = commonUtils# [{
|