Lines Matching defs:value
481 * nir_intrinsic_load_ssbo, where any non-zero value is true.
492 * - nir_intrinsic_load_shared of a 32-bit 0/~0 value.
493 * - nir_intrinsic_load_constant of a 32-bit 0/~0 value
1101 /* src[] = { value, offset }. const_index[] = { base, write_mask } */
1107 struct ir3_instruction *const *value;
1110 value = ir3_get_src(ctx, &intr->src[0]);
1119 stl = ir3_STL(b, offset, 0, ir3_create_collect(b, value, ncomp), 0,
1158 /* src[] = { value, offset }. const_index[] = { base } */
1165 struct ir3_instruction *const *value;
1167 value = ir3_get_src(ctx, &intr->src[0]);
1171 ir3_create_collect(b, value, intr->num_components), 0,
1190 * All of the shared variable atomic memory operations read a value from
1191 * memory, compute a new value using one of the operations below, write the
1192 * new value to memory, and return the original value read.
1199 * 1: The data parameter to the atomic function (i.e. the value to add
1211 src1 = ir3_get_src(ctx, &intr->src[1])[0]; /* value */
1309 /* src[] = { value, offset }. const_index[] = { write_mask } */
1315 struct ir3_instruction *const *value;
1319 value = ir3_get_src(ctx, &intr->src[0]);
1328 stp = ir3_STP(b, offset, 0, ir3_create_collect(b, value, ncomp), 0,
1506 * matter for miplevel 0, but for higher mips the value in z is
1507 * minified whereas w stays. Also, the value in TEX_CONST_3_DEPTH is
2074 * constlen in the compiler (to worst-case value)
2076 * addr reg value can be:
2662 * chance that we can reuse the a1.x value in subsequent stc
2699 dst[i] = create_immed_typed(ctx->block, instr->value[i].u8, TYPE_U8);
2702 dst[i] = create_immed_typed(ctx->block, instr->value[i].u16, TYPE_U16);
2705 dst[i] = create_immed_typed(ctx->block, instr->value[i].u32, TYPE_U32);
3246 /* convert the scaled value to integer */
3314 * the value in TEX_CONST_0 is zero-based.
3352 * The maximum value which OPC_GETSIZE could return for one dimension
3362 * matter for miplevel 0, but for higher mips the value in z is
3363 * minified whereas w stays. Also, the value in TEX_CONST_3_DEPTH is
4427 /* indexed by original tex idx, value is newly assigned alpha sampler
4461 /* indexed by original tex idx, value is newly assigned alpha sampler