Lines Matching defs:ops
2370 /* other ops should be scalar */
2811 const struct dxil_value *ops[] = { ptr, zero, index };
2812 return dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops));
3021 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };
3024 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops));
3071 const struct dxil_value *ops[] = { ctx->scratchvars, zero, index };
3074 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops));
3514 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };
3517 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops));
3550 const struct dxil_value *ops[] = { ctx->scratchvars, zero, index };
3553 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops));
4022 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };
4025 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops));
4058 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };
4061 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops));
5285 /* The validator complains if we don't have ops that reference a global variable. */