Searched refs:SpvOpSpecConstant (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dgl_spirv.c103 case SpvOpSpecConstant:
173 case SpvOpSpecConstant:
H A Dspirv.h1210 SpvOpSpecConstant = 50, enumerator in enum:SpvOp_
1856 case SpvOpSpecConstant: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c1931 case SpvOpSpecConstant: {
1953 if (opcode == SpvOpSpecConstant)
5277 case SpvOpSpecConstant:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dgl_spirv.c103 case SpvOpSpecConstant:
173 case SpvOpSpecConstant:
H A Dspirv.h870 SpvOpSpecConstant = 50, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c1707 case SpvOpSpecConstant: {
1727 vtn_fail("Unsupported SpvOpSpecConstant bit size");
4087 case SpvOpSpecConstant:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c71 case SpvOpSpecConstant: return (struct type_args){ 1, 0 };
H A Dspirv_info.c581 case SpvOpSpecConstant: return "SpvOpSpecConstant";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c763 case SpvOpSpecConstant: return "SpvOpSpecConstant";
H A Dvtn_gather_types.c71 case SpvOpSpecConstant: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc_helpers.cpp511 case SpvOpSpecConstant: {
577 case SpvOpSpecConstant:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1444 return spirv_builder_emit_unop(b, SpvOpSpecConstant, spirv_builder_type_uint(b, width), 0);

Completed in 38 milliseconds