Searched refs:wider_type (Results 1 – 4 of 4) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local 452 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 454 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain() 457 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain() 467 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local 452 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 454 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain() 457 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain() 467 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local 452 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 454 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain() 457 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain() 467 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 1039 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local 1058 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu() 1060 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu() 1104 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu() 1106 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
|