Home
last modified time | relevance | path

Searched refs:candidate_bit (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp310 for (uint32_t candidate_bit = (1u << 31u); candidate_bit; in spvPushOperandTypesForMask() local
311 candidate_bit >>= 1) { in spvPushOperandTypesForMask()
312 if (candidate_bit & mask) { in spvPushOperandTypesForMask()
315 candidate_bit, &entry)) { in spvPushOperandTypesForMask()
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp310 for (uint32_t candidate_bit = (1u << 31u); candidate_bit; in spvPushOperandTypesForMask() local
311 candidate_bit >>= 1) { in spvPushOperandTypesForMask()
312 if (candidate_bit & mask) { in spvPushOperandTypesForMask()
315 candidate_bit, &entry)) { in spvPushOperandTypesForMask()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Doperand.cpp318 for (uint32_t candidate_bit = (1u << 31u); candidate_bit; in spvPushOperandTypesForMask() local
319 candidate_bit >>= 1) { in spvPushOperandTypesForMask()
320 if (candidate_bit & mask) { in spvPushOperandTypesForMask()
323 candidate_bit, &entry)) { in spvPushOperandTypesForMask()