Lines Matching defs:zero
2189 const struct dxil_value *zero = dxil_module_get_float_const(&ctx->mod, 0.0f);
2190 return emit_cmp(ctx, alu, DXIL_FCMP_UNE, val, zero);
2807 const struct dxil_value *zero = dxil_module_get_int32_const(&ctx->mod, 0);
2808 if (!zero)
2811 const struct dxil_value *ops[] = { ptr, zero, index };
2870 /* The base binding here will almost always be zero. The only cases where we end
2875 * In all cases except GL UBOs, the resources are a single zero-based array.
3002 const struct dxil_value *zero, *index;
3010 zero = dxil_module_get_int32_const(&ctx->mod, 0);
3011 if (!zero)
3021 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };
3055 const struct dxil_value *zero, *index;
3063 zero = dxil_module_get_int32_const(&ctx->mod, 0);
3064 if (!zero)
3071 const struct dxil_value *ops[] = { ctx->scratchvars, zero, index };
3496 const struct dxil_value *zero, *index;
3506 zero = dxil_module_get_int32_const(&ctx->mod, 0);
3507 if (!zero)
3514 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };
3532 const struct dxil_value *zero, *index;
3542 zero = dxil_module_get_int32_const(&ctx->mod, 0);
3543 if (!zero)
3550 const struct dxil_value *ops[] = { ctx->scratchvars, zero, index };
4010 const struct dxil_value *zero, *index;
4014 zero = dxil_module_get_int32_const(&ctx->mod, 0);
4015 if (!zero)
4022 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };
4046 const struct dxil_value *zero, *index;
4050 zero = dxil_module_get_int32_const(&ctx->mod, 0);
4051 if (!zero)
4058 const struct dxil_value *ops[] = { ctx->sharedvars, zero, index };