Lines Matching defs:value
96 /* src[] = { value, block_index, offset }. const_index[] = { write_mask } */
112 /* src0 is value, src1 is offset, src2 is uvec2(offset*4, 0)..
132 * All of the SSBO atomic memory operations read a value from memory,
133 * compute a new value using one of the operations below, write the new
134 * value to memory, and return the original value read.
142 * 2: The data parameter to the atomic function (i.e. the value to add
326 /* src[] = { index, coord, sample_index, value }. const_index[] = {} */
332 struct ir3_instruction *const *value = ir3_get_src(ctx, &intr->src[3]);
339 /* src0 is value
351 stib = ir3_STIB(b, ibo, 0, ir3_create_collect(b, value, ncomp), 0,
363 /* src[] = { deref, coord, sample_index, value, compare }. const_index[] = {} */
373 /* src0 is value (or uvec2(value, compare))