Lines Matching defs:comp
607 emit_threadid_call(struct ntd_context *ctx, const struct dxil_value *comp)
620 comp
628 const struct dxil_value *comp)
642 comp
669 emit_groupid_call(struct ntd_context *ctx, const struct dxil_value *comp)
683 comp
1100 for (unsigned int comp = 0; comp < components; comp++) {
1105 memcpy(dst, &c->values[comp].u64, sizeof(c->values[0].u64));
1108 memcpy(dst, &c->values[comp].u32, sizeof(c->values[0].u32));
1111 memcpy(dst, &c->values[comp].u16, sizeof(c->values[0].u16));
1115 memcpy(dst, &c->values[comp].u8, sizeof(c->values[0].u8));
3323 const struct dxil_value *comp = NULL;
3325 comp = dxil_module_get_int8_const(&ctx->mod, 0);
3367 comp = dxil_module_get_int8_const(&ctx->mod, i + base_component);
3369 if (!row || !comp)
3373 opcode, input_id, row, comp, vertex_id
4558 struct dxil_instr *comp[NIR_MAX_VEC_COMPONENTS];
4572 struct dxil_instr *phi = vphi->comp[i] = dxil_emit_phi(&ctx->mod, type);
4596 if (!dxil_phi_add_incoming(vphi->comp[i], values, blocks,
4602 if (num_incoming > 0 && !dxil_phi_add_incoming(vphi->comp[i], values,