HomeSort by relevance Sort by last modified time
    Searched defs:brw_reg (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
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.
244 struct brw_reg { struct
279 brw_regs_equal(const struct brw_reg *a, const struct brw_reg *b)
340 * Construct a brw_reg.
353 static inline struct brw_reg
354 brw_reg(enum brw_reg_file file, function
366 struct brw_reg reg
    [all...]
brw_fs_generator.cpp 56 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);
94 brw_reg = brw_vecn_reg(width, brw_file_from_reg(reg), reg->nr, 0);
95 brw_reg = stride(brw_reg, width * reg->stride, width, reg->stride);
98 brw_reg = retype(brw_reg, reg->type);
99 brw_reg = byte_offset(brw_reg, reg->offset)
    [all...]
brw_fs.cpp 418 fs_reg::fs_reg(struct ::brw_reg reg) :
587 struct brw_reg offset = brw_imm_d(index * SHADER_TIME_STRIDE);
1405 struct brw_reg brw_reg = brw_vec1_grf(payload.num_regs + local
    [all...]

Completed in 181 milliseconds