HomeSort by: relevance | last modified time | path
    Searched defs:brw_reg (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_reg.h 32 /** @file brw_reg.h
34 * This file defines struct brw_reg, which is our representation for EU
39 * the abstract brw_reg type into the actual hardware instruction encoding.
216 struct brw_reg { struct
252 brw_regs_equal(const struct brw_reg *a, const struct brw_reg *b)
258 brw_regs_negative_equal(const struct brw_reg *a, const struct brw_reg *b)
299 struct brw_reg tmp = *a;
381 * Construct a brw_reg
395 brw_reg(enum brw_reg_file file, function
    [all...]
brw_fs_generator.cpp 56 static struct brw_reg
60 struct brw_reg brw_reg; local
68 brw_reg = brw_vec1_reg(brw_file_from_reg(reg), reg->nr, 0);
99 brw_reg = brw_vecn_reg(1, brw_file_from_reg(reg), reg->nr, 0);
100 brw_reg = stride(brw_reg, reg->stride, 1, 0);
103 brw_reg = brw_vecn_reg(width, brw_file_from_reg(reg), reg->nr, 0);
104 brw_reg = stride(brw_reg, width * reg->stride, width, reg->stride)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_reg.h 32 /** @file brw_reg.h
34 * This file defines struct brw_reg, which is our representation for EU
39 * the abstract brw_reg type into the actual hardware instruction encoding.
216 struct brw_reg { struct
252 brw_regs_equal(const struct brw_reg *a, const struct brw_reg *b)
258 brw_regs_negative_equal(const struct brw_reg *a, const struct brw_reg *b)
299 struct brw_reg tmp = *a;
388 * Construct a brw_reg
402 brw_reg(enum brw_reg_file file, function
    [all...]
brw_fs_generator.cpp 55 static struct brw_reg
59 struct brw_reg brw_reg; local
67 brw_reg = brw_vec1_reg(brw_file_from_reg(reg), reg->nr, 0);
96 brw_reg = brw_vecn_reg(1, brw_file_from_reg(reg), reg->nr, 0);
97 brw_reg = stride(brw_reg, reg->stride, 1, 0);
100 brw_reg = brw_vecn_reg(width, brw_file_from_reg(reg), reg->nr, 0);
101 brw_reg = stride(brw_reg, width * reg->stride, width, reg->stride)
    [all...]
brw_fs.cpp 478 fs_reg::fs_reg(struct ::brw_reg reg) :
663 struct brw_reg offset = brw_imm_d(index * BRW_SHADER_TIME_STRIDE);
1601 struct brw_reg brw_reg = brw_vec1_grf(payload.num_regs + local
1604 brw_reg.abs = inst->src[i].abs;
1605 brw_reg.negate = inst->src[i].negate;
1609 retype(brw_reg, inst->src[i].type),
1732 struct brw_reg reg = stride(
1776 struct brw_reg reg =
3370 struct brw_reg reg
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
brw_eu.h 1128 struct brw_reg { struct
1209 * Construct a brw_reg.
1220 static inline struct brw_reg brw_reg(unsigned file, function
1230 struct brw_reg reg;
1264 static inline struct brw_reg brw_vec16_reg(unsigned file,
1268 return brw_reg(file,
1280 static inline struct brw_reg brw_vec8_reg(unsigned file,
1284 return brw_reg(file,
1296 static inline struct brw_reg brw_vec4_reg(unsigned file
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
brw_eu.h 1128 struct brw_reg { struct
1209 * Construct a brw_reg.
1220 static inline struct brw_reg brw_reg(unsigned file, function
1230 struct brw_reg reg;
1264 static inline struct brw_reg brw_vec16_reg(unsigned file,
1268 return brw_reg(file,
1280 static inline struct brw_reg brw_vec8_reg(unsigned file,
1284 return brw_reg(file,
1296 static inline struct brw_reg brw_vec4_reg(unsigned file
    [all...]

Completed in 10 milliseconds