Searched refs:UNIFORM (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h73 case UNIFORM:
109 const unsigned stride = (reg.file == UNIFORM ? 0 : 4);
146 return (reg.file == IMM || reg.file == UNIFORM || reg.is_null()) &&
190 const unsigned stride = (reg.file == UNIFORM ? 0 : 4);
235 (r.file == UNIFORM ? 16 : REG_SIZE) + r.offset +
413 * UNIFORM and IMM files and 32B for all other files.
418 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM);
427 * UNIFORM and IMM files and 32B for all other files.
433 inst->src[i].file == UNIFORM || inst->src[i].file == IMM ? 16 : REG_SIZE;
H A Dbrw_ir_fs.h80 case UNIFORM:
108 case UNIFORM:
142 case UNIFORM:
184 (r.file == UNIFORM ? 4 : REG_SIZE) + r.offset +
436 * UNIFORM and IMM files and 32B for all other files.
441 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM);
452 * UNIFORM and IMM files and 32B for all other files.
458 inst->src[i].file == UNIFORM || inst->src[i].file == IMM ? 4 : REG_SIZE;
H A Dbrw_vec4_copy_propagation.cpp331 if (value.file != UNIFORM &&
350 if (inst->exec_size == 4 && value.file == UNIFORM &&
374 if ((has_source_modifiers || value.file == UNIFORM ||
398 (value.file == UNIFORM ||
498 * from the same type file (IMM, VGRF, UNIFORM), and try
H A Dbrw_vec4_vs_visitor.cpp130 this->userplane[i] = dst_reg(UNIFORM, this->uniforms);
H A Dbrw_vec4.cpp231 case UNIFORM:
568 inst->src[i].file != UNIFORM)
598 if (inst->src[i].file != UNIFORM)
674 if (inst->src[i].file != UNIFORM)
700 inst->src[0].file == UNIFORM) {
783 if (inst->src[i].file != UNIFORM)
846 if (inst->src[0].file != UNIFORM) {
975 if (inst->src[i].file != UNIFORM ||
1671 case UNIFORM:
1677 const unsigned reg_size = (inst->dst.file == UNIFORM
[all...]
H A Dbrw_vec4_builder.h560 if (src.file != UNIFORM && src.file != IMM)
563 if (src.file == UNIFORM && brw_is_single_value_swizzle(src.swizzle))
H A Dbrw_fs_cmod_propagation.cpp184 inst->src[0].file != UNIFORM))
H A Dbrw_vec4_cmod_propagation.cpp64 inst->src[0].file != UNIFORM))
H A Dbrw_fs_builder.h766 case UNIFORM:
797 (src.file == IMM || src.file == UNIFORM ||
H A Dbrw_fs_copy_propagation.cpp396 assert(entry->src.file == VGRF || entry->src.file == UNIFORM ||
425 if ((has_source_modifiers || entry->src.file == UNIFORM ||
778 inst->src[0].file == UNIFORM ||
H A Dbrw_fs.cpp65 assert(dst.file != IMM && dst.file != UNIFORM);
84 case UNIFORM:
998 case UNIFORM:
1152 this->stride = (file == UNIFORM ? 0 : 1);
1161 this->stride = (file == UNIFORM ? 0 : 1);
1580 /* Map the offsets in the UNIFORM file to fixed HW regs. */
1583 if (inst->src[i].file == UNIFORM) {
2184 * Assign UNIFORM file registers to either push constants or pull constants.
2206 if (inst->src[i].file != UNIFORM)
2371 * of UNIFORM register
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h73 case UNIFORM:
109 const unsigned stride = (reg.file == UNIFORM ? 0 : 4);
146 return (reg.file == IMM || reg.file == UNIFORM || reg.is_null()) &&
190 const unsigned stride = (reg.file == UNIFORM ? 0 : 4);
235 (r.file == UNIFORM ? 16 : REG_SIZE) + r.offset +
415 * UNIFORM and IMM files and 32B for all other files.
420 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM);
429 * UNIFORM and IMM files and 32B for all other files.
435 inst->src[i].file == UNIFORM || inst->src[i].file == IMM ? 16 : REG_SIZE;
H A Dbrw_ir_fs.h80 case UNIFORM:
108 case UNIFORM:
142 case UNIFORM:
184 (r.file == UNIFORM ? 4 : REG_SIZE) + r.offset +
442 * UNIFORM and IMM files and 32B for all other files.
447 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM);
458 * UNIFORM files and 32B for all other files.
466 const unsigned reg_size = inst->src[i].file == UNIFORM ? 4 : REG_SIZE;
H A Dbrw_vec4_copy_propagation.cpp315 if (value.file != UNIFORM &&
333 if (inst->exec_size == 4 && value.file == UNIFORM &&
356 if ((value.file == UNIFORM || value.swizzle != BRW_SWIZZLE_XYZW) &&
384 (value.file == UNIFORM ||
484 * from the same type file (IMM, VGRF, UNIFORM), and try
H A Dbrw_vec4.cpp230 case UNIFORM:
566 inst->src[i].file != UNIFORM)
596 if (inst->src[i].file != UNIFORM || inst->src[i].nr >= UBO_START)
675 if (inst->src[i].file != UNIFORM || inst->src[i].nr >= UBO_START)
701 inst->src[0].file == UNIFORM) {
785 if (inst->src[i].file != UNIFORM || inst->src[i].nr >= UBO_START)
848 if (inst->src[0].file != UNIFORM) {
980 if (inst->src[i].file != UNIFORM || inst->src[i].nr >= UBO_START ||
1657 case UNIFORM:
1663 const unsigned reg_size = (inst->dst.file == UNIFORM
[all...]
H A Dbrw_vec4_builder.h572 if (src.file != UNIFORM && src.file != IMM)
575 if (src.file == UNIFORM && brw_is_single_value_swizzle(src.swizzle))
H A Dbrw_vec4_cmod_propagation.cpp64 inst->src[0].file != UNIFORM))
H A Dbrw_fs_builder.h830 case UNIFORM:
861 (src.file == IMM || src.file == UNIFORM ||
H A Dbrw_fs_cmod_propagation.cpp240 inst->src[0].file != UNIFORM))
H A Dbrw_fs_copy_propagation.cpp457 assert(entry->src.file == VGRF || entry->src.file == UNIFORM ||
519 if ((entry->src.file == UNIFORM || !entry->src.is_contiguous()) &&
953 inst->src[0].file == UNIFORM ||
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h70 UNIFORM = 277, enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.h54 #define BRW_PARAM_UNIFORM(idx) BRW_PARAM(UNIFORM, (idx))
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.h54 #define BRW_PARAM_UNIFORM(idx) BRW_PARAM(UNIFORM, (idx))
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h77 UNIFORM = 278, /* UNIFORM */ enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.6.rst151 - i965/vec4: fix register width for DF VGRF and UNIFORM

Completed in 32 milliseconds

12