| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_drawpixels.c | 70 create_uniform(nir_shader *shader, const char *name, function in typeref:typename:nir_variable * 88 state->scale = create_uniform(state->shader, "gl_PTscale", 98 state->bias = create_uniform(state->shader, "gl_PTbias", 108 state->texcoord_const = create_uniform(state->shader,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_drawpixels.c | 70 create_uniform(nir_shader *shader, const char *name, function in typeref:typename:nir_variable * 88 state->scale = create_uniform(state->shader, "gl_PTscale", 98 state->bias = create_uniform(state->shader, "gl_PTbias", 108 state->bias = create_uniform(state->shader, "gl_MultiTexCoord0",
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_a4xx.c | 227 offset = ir3_MUL_S(b, coords[0], 0, create_uniform(b, cb + 0), 0); 230 offset = ir3_MAD_S24(b, create_uniform(b, cb + 1), 0, 235 offset = ir3_MAD_S24(b, create_uniform(b, cb + 2), 0,
|
| H A D | ir3_compiler_nir.c | 112 return create_uniform(ctx->block, r); 695 base_lo = create_uniform(b, ubo + (src0->regs[1]->iim_val * ptrsz)); 696 base_hi = create_uniform(b, ubo + (src0->regs[1]->iim_val * ptrsz) + 1); 760 dst[0] = create_uniform(ctx->block, idx); 1011 struct ir3_instruction *aux = create_uniform(b, cb + 1); 1242 dst[i] = create_uniform(b, idx + i); 2291 base = create_uniform(ctx->block, regid(v->constbase.tfbo, i));
|
| H A D | ir3.h | 1059 create_uniform(struct ir3_block *block, unsigned n) function in typeref:struct:ir3_instruction *
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_a4xx.c | 208 offset = ir3_MUL_S24(b, coords[0], 0, create_uniform(b, cb + 0), 0); 212 ir3_MAD_S24(b, create_uniform(b, cb + 1), 0, coords[1], 0, offset, 0); 217 ir3_MAD_S24(b, create_uniform(b, cb + 2), 0, coords[2], 0, offset, 0);
|
| H A D | ir3_compiler_nir.c | 108 return create_uniform(ctx->block, r); 790 base_lo = create_uniform(b, ubo + (src0->srcs[0]->iim_val * ptrsz)); 791 base_hi = create_uniform(b, ubo + (src0->srcs[0]->iim_val * ptrsz) + 1); 1671 dst[0] = create_uniform(b, primitive_param + 0); 1674 dst[0] = create_uniform(b, primitive_param + 1); 1677 dst[0] = create_uniform(b, primitive_param + 2); 1680 dst[0] = create_uniform(b, primitive_param + 3); 1683 dst[0] = create_uniform(b, primitive_param + 4); 1684 dst[1] = create_uniform(b, primitive_param + 5); 1687 dst[0] = create_uniform( [all...] |
| H A D | ir3.h | 1760 create_uniform(struct ir3_block *block, unsigned n) function in typeref:struct:ir3_instruction *
|