OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_op
(Results
1 - 2
of
2
) sorted by null
/external/deqp-deps/SPIRV-Tools/tools/stats/
spirv_stats.cpp
107
const SpvOp
type_op
= type_decl_inst.opcode();
local
108
if (
type_op
== SpvOpTypeInt) {
130
} else if (
type_op
== SpvOpTypeFloat) {
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/
spirv_stats.cpp
107
const SpvOp
type_op
= type_decl_inst.opcode();
local
108
if (
type_op
== SpvOpTypeInt) {
130
} else if (
type_op
== SpvOpTypeFloat) {
Completed in 278 milliseconds