Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp8054 struct ConvertCase struct
8056 ConvertCase (IntegerType from, IntegerType to, deInt64 number) in ConvertCase() argument
8086 IntegerType m_fromType;
8087 IntegerType m_toType;
8088 ConvertTestFeatures m_features;
8089 string m_name;
8090 map<string, string> m_asmTypes;
8091 BufferSp m_inputBuffer;
8092 BufferSp m_outputBuffer;
/external/v8/src/runtime/
Druntime-strings.cc799 MUST_USE_RESULT static Object* ConvertCase( in ConvertCase() function