Home
last modified time | relevance | path

Searched defs:true_value (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/third_party/spirv-tools/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/third_party/python/Lib/test/
Dtest_peepholer.py323 def f(cond, true_value, false_value): argument
/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc1160 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc5146 auto true_value = MakeOperand(inst, 1); in MakeSimpleSelect() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp6310 … CompilerGLSL::to_ternary_expression(const SPIRType &restype, uint32_t select, uint32_t true_value, in to_ternary_expression()