Home
last modified time | relevance | path

Searched defs:baseTypeName (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp544 std::string baseTypeName; in getSpirVReplacements() local
574 const std::string baseTypeName = "float" + bitSize + "_t"; in getSpirVReplacements() local
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp121 String baseTypeName = this->getTypeName(type.componentType()); in getTypeName() local