Searched refs:WidenInteger (Results 1 – 6 of 6) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 395 index_inst = WidenInteger(index_type->IsSigned(), maxval_width, in ClampIndicesForAccessChain() 445 index_inst = WidenInteger(true, target_width, index_inst, &inst); in ClampIndicesForAccessChain() 448 count_inst = WidenInteger(false, target_width, count_inst, &inst); in ClampIndicesForAccessChain() 603 opt::Instruction* opt::GraphicsRobustAccessPass::WidenInteger( in WidenInteger() function in spvtools::opt::opt::GraphicsRobustAccessPass
|
D | graphics_robust_access_pass.h | 86 Instruction* WidenInteger(bool sign_extend, uint32_t bit_width,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 395 index_inst = WidenInteger(index_type->IsSigned(), maxval_width, in ClampIndicesForAccessChain() 445 index_inst = WidenInteger(true, target_width, index_inst, &inst); in ClampIndicesForAccessChain() 448 count_inst = WidenInteger(false, target_width, count_inst, &inst); in ClampIndicesForAccessChain() 607 opt::Instruction* opt::GraphicsRobustAccessPass::WidenInteger( in WidenInteger() function in spvtools::opt::opt::GraphicsRobustAccessPass
|
D | graphics_robust_access_pass.h | 86 Instruction* WidenInteger(bool sign_extend, uint32_t bit_width,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 395 index_inst = WidenInteger(index_type->IsSigned(), maxval_width, in ClampIndicesForAccessChain() 445 index_inst = WidenInteger(true, target_width, index_inst, &inst); in ClampIndicesForAccessChain() 448 count_inst = WidenInteger(false, target_width, count_inst, &inst); in ClampIndicesForAccessChain() 607 opt::Instruction* opt::GraphicsRobustAccessPass::WidenInteger( in WidenInteger() function in spvtools::opt::opt::GraphicsRobustAccessPass
|
D | graphics_robust_access_pass.h | 86 Instruction* WidenInteger(bool sign_extend, uint32_t bit_width,
|