HomeSort by relevance Sort by last modified time
    Searched refs:spvTextToLiteral (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text.h 63 spv_result_t spvTextToLiteral(const char* text, spv_literal_t* literal);
text.cpp 72 spv_result_t spvTextToLiteral(const char* textValue, spv_literal_t* pLiteral) {
350 spv_result_t error = spvTextToLiteral(textValue, &literal);

Completed in 164 milliseconds