Searched refs:UNIFORM (Results 1 - 25 of 33) sorted by last modified time

12

/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp483 if (reg->file != UNIFORM)
812 if (intel->gen == 6 && (src.file == UNIFORM ||
854 if (src0.file == UNIFORM || src0.abs || src0.negate) {
861 if (src1.file == UNIFORM || src1.abs || src1.negate) {
921 /* Map the offsets in the UNIFORM file to fixed HW regs. */
926 if (inst->src[i].file == UNIFORM) {
1124 if (inst->src[i].file != UNIFORM)
1175 if (inst->src[i].file != UNIFORM)
1188 * Choose accesses from the UNIFORM file to demote to using the pull
1220 if (inst->src[i].file != UNIFORM)
[all...]
H A Dbrw_fs.h64 UNIFORM, /* prog_data->params[reg] */ enumerator in enum:register_file
365 /* This is the map from UNIFORM hw_reg + reg_offset as generated by
H A Dbrw_fs_copy_propagation.cpp52 (has_source_modifiers || entry->src.file == UNIFORM))
117 inst->src[0].file == UNIFORM) &&
H A Dbrw_fs_emit.cpp712 case UNIFORM:
H A Dbrw_fs_schedule_instructions.cpp287 inst->src[i].file != UNIFORM) {
371 inst->src[i].file != UNIFORM) {
H A Dbrw_fs_visitor.cpp127 reg = new(this->mem_ctx) fs_reg(UNIFORM, param_index);
174 assert(this->result.file == UNIFORM || this->result.file == GRF);
1206 scale_x = fs_reg(UNIFORM, c->prog_data.nr_params);
1207 scale_y = fs_reg(UNIFORM, c->prog_data.nr_params + 1);
H A Dbrw_vec4.cpp409 if (inst->src[i].file != UNIFORM)
444 if (inst->src[i].file != UNIFORM)
500 if (inst->src[i].file != UNIFORM)
669 if (inst->src[i].file != UNIFORM ||
H A Dbrw_vec4.h54 UNIFORM, /* prog_data->params[hw_reg] */ enumerator in enum:brw::register_file
H A Dbrw_vec4_copy_propagation.cpp195 if (value.file != UNIFORM &&
256 * from the same type file (IMM, GRF, UNIFORM), and try
H A Dbrw_vec4_emit.cpp224 case UNIFORM:
H A Dbrw_vec4_visitor.cpp544 this->userplane[compacted_clipplane_index] = dst_reg(UNIFORM, this->uniforms);
831 reg = new(this->mem_ctx) dst_reg(UNIFORM, this->uniforms);
2621 if (inst->src[i].file != UNIFORM || !inst->src[i].reladdr)
2655 /* Now there are no accesses of the UNIFORM file with a reladdr, so
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp106 UNIFORM, enumerator in enum:rsg::Token::Type
H A DrsgVariable.cpp57 str << Token::UNIFORM; member in class:rsg::Token
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_lexer.cc1851 return UNIFORM;
H A Dglsl_parser.cc182 UNIFORM = 291, enumerator in enum:yytokentype
383 #define UNIFORM 291 macro
1093 "UNIFORM", "VARYING", "NOPERSPECTIVE", "FLAT", "SMOOTH", "MAT2X2",
H A Dglsl_parser.h73 UNIFORM = 291, enumerator in enum:yytokentype
274 #define UNIFORM 291 macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp483 if (reg->file != UNIFORM)
812 if (intel->gen == 6 && (src.file == UNIFORM ||
854 if (src0.file == UNIFORM || src0.abs || src0.negate) {
861 if (src1.file == UNIFORM || src1.abs || src1.negate) {
921 /* Map the offsets in the UNIFORM file to fixed HW regs. */
926 if (inst->src[i].file == UNIFORM) {
1124 if (inst->src[i].file != UNIFORM)
1175 if (inst->src[i].file != UNIFORM)
1188 * Choose accesses from the UNIFORM file to demote to using the pull
1220 if (inst->src[i].file != UNIFORM)
[all...]
H A Dbrw_fs.h64 UNIFORM, /* prog_data->params[reg] */ enumerator in enum:register_file
365 /* This is the map from UNIFORM hw_reg + reg_offset as generated by
H A Dbrw_fs_copy_propagation.cpp52 (has_source_modifiers || entry->src.file == UNIFORM))
117 inst->src[0].file == UNIFORM) &&
H A Dbrw_fs_emit.cpp712 case UNIFORM:
H A Dbrw_fs_schedule_instructions.cpp287 inst->src[i].file != UNIFORM) {
371 inst->src[i].file != UNIFORM) {
H A Dbrw_fs_visitor.cpp127 reg = new(this->mem_ctx) fs_reg(UNIFORM, param_index);
174 assert(this->result.file == UNIFORM || this->result.file == GRF);
1206 scale_x = fs_reg(UNIFORM, c->prog_data.nr_params);
1207 scale_y = fs_reg(UNIFORM, c->prog_data.nr_params + 1);
H A Dbrw_vec4.cpp409 if (inst->src[i].file != UNIFORM)
444 if (inst->src[i].file != UNIFORM)
500 if (inst->src[i].file != UNIFORM)
669 if (inst->src[i].file != UNIFORM ||
H A Dbrw_vec4.h54 UNIFORM, /* prog_data->params[hw_reg] */ enumerator in enum:brw::register_file

Completed in 3342 milliseconds

12