OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpvOpIAdd
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
vtn_gather_types.c
134
case
SpvOpIAdd
: return (struct type_args){ 1, 0 };
spirv_info.c
653
case
SpvOpIAdd
: return "
SpvOpIAdd
";
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c
1786
BINOP(nir_op_iadd,
SpvOpIAdd
)
2020
vec_offset = emit_binop(ctx,
SpvOpIAdd
, uint_type, vec_offset, one);
2126
vec_offset = emit_binop(ctx,
SpvOpIAdd
, uint_type, vec_offset, one);
2141
vec_offset = emit_binop(ctx,
SpvOpIAdd
, uint_type, vec_offset, one);
2144
vec_offset = emit_binop(ctx,
SpvOpIAdd
, uint_type, vec_offset, one);
2248
offset = emit_binop(ctx,
SpvOpIAdd
, uint_type, offset, emit_uint_const(ctx, 32, 1));
2282
SpvId shared_offset = emit_binop(ctx,
SpvOpIAdd
, uint_type, offset, emit_uint_const(ctx, 32, comp));
2335
offset = emit_binop(ctx,
SpvOpIAdd
, uint_type, offset, one);
2578
result = emit_binop(ctx,
SpvOpIAdd
, uint_type, result,
/xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c
835
case
SpvOpIAdd
: return "
SpvOpIAdd
";
vtn_gather_types.c
134
case
SpvOpIAdd
: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv.h
942
SpvOpIAdd
= 128,
vtn_alu.c
229
case
SpvOpIAdd
: return nir_op_iadd;
spirv_to_nir.c
4306
case
SpvOpIAdd
:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c
271
case
SpvOpIAdd
: return nir_op_iadd;
840
case
SpvOpIAdd
:
spirv.h
1282
SpvOpIAdd
= 128,
1928
case
SpvOpIAdd
: *hasResult = true; *hasResultType = true; break;
spirv_to_nir.c
5725
case
SpvOpIAdd
:
Completed in 23 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026