Home
last modified time | relevance | path

Searched defs:shiftAmount (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/source/opt/
Dstrength_reduction_pass.cpp37 uint32_t shiftAmount = 0; in CountTrailingZeros() local
93 uint32_t shiftAmount = CountTrailingZeros(constVal); in ReplaceMultiplyByPowerOf2() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp37 uint32_t shiftAmount = 0; in CountTrailingZeros() local
93 uint32_t shiftAmount = CountTrailingZeros(constVal); in ReplaceMultiplyByPowerOf2() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dstrength_reduction_pass.cpp37 uint32_t shiftAmount = 0; in CountTrailingZeros() local
93 uint32_t shiftAmount = CountTrailingZeros(constVal); in ReplaceMultiplyByPowerOf2() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1201 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local
1208 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local
1228 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local
1235 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local
1255 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local
1262 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp945 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local