Searched refs:cf_const (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dcayman_shader.h106 #define CF_DWORD1(pc, cf_const, cond, count, vpm, cf_inst, b) \
107 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
H A Devergreen_shader.h108 #define CF_DWORD1(pc, cf_const, cond, count, vpm, eop, cf_inst, wqm, b) \
109 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
H A Dr600_shader.h164 #define CF_DWORD1(pc, cf_const, cond, count, call_count, eop, vpm, cf_inst, wqm, b) \
165 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | (((count) & 7) << 10) | (((count) >> 3) << 19) | \
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dcayman_shader.h106 #define CF_DWORD1(pc, cf_const, cond, count, vpm, cf_inst, b) \
107 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
H A Devergreen_shader.h108 #define CF_DWORD1(pc, cf_const, cond, count, vpm, eop, cf_inst, wqm, b) \
109 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | ((count) << 10) | \
H A Dr600_shader.h164 #define CF_DWORD1(pc, cf_const, cond, count, call_count, eop, vpm, cf_inst, wqm, b) \
165 cpu_to_le32((((pc) << 0) | ((cf_const) << 3) | ((cond) << 8) | (((count) & 7) << 10) | (((count) >> 3) << 19) | \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp163 .CF_CONST(bc.cf_const)
176 .CF_CONST(bc.cf_const)
191 .CF_CONST(bc.cf_const)
H A Dsb_bc_decoder.cpp62 bc.cf_const = w1.get_CF_CONST();
74 bc.cf_const = w1.get_CF_CONST();
88 bc.cf_const = w1.get_CF_CONST();
H A Dsb_bc.h458 unsigned cf_const:5; member in struct:r600_sb::bc_cf
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp163 .CF_CONST(bc.cf_const)
176 .CF_CONST(bc.cf_const)
191 .CF_CONST(bc.cf_const)
H A Dsb_bc_decoder.cpp62 bc.cf_const = w1.get_CF_CONST();
74 bc.cf_const = w1.get_CF_CONST();
88 bc.cf_const = w1.get_CF_CONST();
H A Dsb_bc.h458 unsigned cf_const:5; member in struct:r600_sb::bc_cf

Completed in 40 milliseconds