Searched refs:convertType (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.h | 51 ModifyStructConfig(ConvertType convertType, bool allowPacking, bool allowPadding) in ModifyStructConfig() argument 52 : convertType(convertType), allowPacking(allowPacking), allowPadding(allowPadding) in ModifyStructConfig() 86 ConvertType convertType; member in sh::ModifyStructConfig 98 TIntermFunctionDefinition *&getConverter(ConvertType convertType) in getConverter() 100 if (convertType == ConvertType::OriginalToModified) in getConverter()
|
H A D | ModifyStruct.cpp | 177 const bool isOriginalToModified = config.convertType == ConvertType::OriginalToModified; 208 Access::Env env{config.convertType}; 270 machinery.getConverter(config.convertType) = funcDef; 717 TIntermFunctionDefinition *converter = machinery.getConverter(state.config.convertType); 824 Access ConvertBoolToUint(ConvertType convertType, OriginalAccess &o, ModifiedAccess &m) 829 switch (convertType)
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.cpp | 105 static UBreakIteratorType convertType(SkUnicode::BreakType type) { in convertType() function 182 ICUBreakIterator newIterator(sk_ubrk_open(convertType(type), sk_uloc_getDefault(), in makeBreakIterator() 330 ICUBreakIterator iterator(sk_ubrk_open(convertType(breakType), locale, nullptr, 0,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 2394 const string convertType = convertPrefix + "u32"; 2397 fullOperation += "%op_result_a = OpUConvert %" + convertType + " " + resultName + "\n"; 2398 fullOperation += "%op_result_b = OpShiftRightLogical %" + convertType + " %op_result_a %c_shift\n";
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 2396 const string convertType = convertPrefix + "u32"; 2399 fullOperation += "%op_result_a = OpUConvert %" + convertType + " " + resultName + "\n"; 2400 fullOperation += "%op_result_b = OpShiftRightLogical %" + convertType + " %op_result_a %c_shift\n";
|
Completed in 13 milliseconds