Lines Matching defs:component
2767 const struct dxil_value *component = dxil_module_get_int32_const(&ctx->mod, component_idx);
2768 if (!component)
2771 const struct dxil_value *args[] = { opcode, component };
3750 const struct dxil_value *component = dxil_emit_extractval(&ctx->mod, load_result, i);
3751 if (!component)
3753 store_dest(ctx, &intr->dest, i, component, out_type);
3759 * scalar when the image only has one component.
4782 emit_texture_gather(struct ntd_context *ctx, struct texop_parameters *params, unsigned component)
4800 dxil_module_get_int32_const(&ctx->mod, component),
4992 sample = emit_texture_gather(ctx, ¶ms, instr->component);