Searched refs:SpvOpReadClockKHR (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1097 case SpvOpReadClockKHR: return "SpvOpReadClockKHR";
H A Dvtn_gather_types.c354 case SpvOpReadClockKHR: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1544 SpvOpReadClockKHR = 5056, enumerator in enum:SpvOp_
2190 case SpvOpReadClockKHR: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5938 case SpvOpReadClockKHR: {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2750 SpvId result = spirv_builder_emit_unop_const(&ctx->builder, SpvOpReadClockKHR, type, scope);

Completed in 24 milliseconds