Searched refs:stripSpirVDebugInfo (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkShaderToSpirV.hpp | 75 void stripSpirVDebugInfo (const size_t numSrcInstrs, const deUint32* srcInstrs, std::vector<deUint…
|
D | vkShaderToSpirV.cpp | 353 void stripSpirVDebugInfo (const size_t numSrcInstrs, const deUint32* srcInstrs, std::vector<deUint3… in stripSpirVDebugInfo() function 375 void stripSpirVDebugInfo (const size_t, const deUint32*, std::vector<deUint32>*) in stripSpirVDebugInfo() function
|
D | vkPrograms.cpp | 616 stripSpirVDebugInfo(nonStrippedBinary.size(), &nonStrippedBinary[0], &binary); in buildProgram() 701 stripSpirVDebugInfo(nonStrippedBinary.size(), &nonStrippedBinary[0], &binary); in buildProgram()
|