Home
last modified time | relevance | path

Searched defs:writeVectorConstructor (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp702 void writeVectorConstructor (std::ostream& str, const tcu::Vector<float, Size>& v) in writeVectorConstructor() function
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1321 void writeVectorConstructor (std::ostream& str, const tcu::Vector<float, Size>& v) in writeVectorConstructor() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1316 void writeVectorConstructor (std::ostream& str, const tcu::Vector<float, Size>& v) in writeVectorConstructor() function
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1628 SpvId SPIRVCodeGenerator::writeVectorConstructor(const Constructor& c, OutputStream& out) { in writeVectorConstructor() function in SkSL::SPIRVCodeGenerator