Searched refs:wider_type (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 437 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local 447 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 449 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain() 452 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain() 462 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | graphics_robust_access_pass.cpp | 437 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local 447 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 449 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain() 452 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain() 462 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 437 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local 447 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 449 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain() 452 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain() 462 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 1087 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local 1106 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu() 1108 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu() 1152 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu() 1154 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
|