Home
last modified time | relevance | path

Searched refs:target_ops_core_ (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.h124 std::unordered_set<uint32_t> target_ops_core_; variable
Dconvert_to_half_pass.cpp32 return target_ops_core_.count(inst->opcode()) != 0 || in IsArithmetic()
361 target_ops_core_ = { in Initialize()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.h124 std::unordered_set<uint32_t> target_ops_core_; variable
Dconvert_to_half_pass.cpp32 return target_ops_core_.count(inst->opcode()) != 0 || in IsArithmetic()
365 target_ops_core_ = { in Initialize()