Home
last modified time | relevance | path

Searched refs:wider_type (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
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/
H A Dgraphics_robust_access_pass.cpp442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
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/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp437 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
447 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
449 &inst, spv::Op::OpISub, 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()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1039 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()

Completed in 11 milliseconds