HomeSort by relevance Sort by last modified time
    Searched refs:BRW_SWIZZLE_XYZW (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_reg.h 78 #define BRW_SWIZZLE_XYZW BRW_SWIZZLE4(0,1,2,3)
96 #define BRW_SWZ_COMP_INPUT(comp) (BRW_SWIZZLE_XYZW >> ((comp)*2))
97 #define BRW_SWZ_COMP_OUTPUT(comp) (BRW_SWIZZLE_XYZW << ((comp)*2))
414 BRW_SWIZZLE_XYZW,
431 BRW_SWIZZLE_XYZW,
448 BRW_SWIZZLE_XYZW,
785 BRW_SWIZZLE_XYZW, /* NOTE! */
brw_vec4_cmod_propagation.cpp 78 inst->src[0].swizzle != BRW_SWIZZLE_XYZW) ||
brw_vec4_copy_propagation.cpp 114 src.swizzle = BRW_SWIZZLE_XYZW;
366 value.swizzle != BRW_SWIZZLE_XYZW) && !inst->can_do_source_mods(devinfo))
385 if (is_align1_opcode(inst->opcode) && composed_swizzle != BRW_SWIZZLE_XYZW)
brw_vec4_tcs.cpp 331 unsigned swiz = BRW_SWIZZLE_XYZW;
340 assert(swiz == BRW_SWIZZLE_XYZW);
test_vec4_register_coalesce.cpp 165 src.swizzle = BRW_SWIZZLE_XYZW;
brw_fs_generator.cpp     [all...]
brw_vec4_reg_allocate.cpp 539 temp.swizzle = BRW_SWIZZLE_XYZW;
brw_vec4.cpp 57 this->swizzle = BRW_SWIZZLE_XYZW;
1066 if (devinfo->gen == 6 && is_math() && swizzle != BRW_SWIZZLE_XYZW)
    [all...]
brw_vec4_nir.cpp 430 src.swizzle = BRW_SWIZZLE_XYZW;
    [all...]
brw_disasm.c 904 } else if (swiz != BRW_SWIZZLE_XYZW) {
    [all...]
brw_vec4_generator.cpp 50 assert(src.swizzle == BRW_SWIZZLE_XYZW);
    [all...]
brw_eu_emit.c 258 assert(reg.swizzle == BRW_SWIZZLE_XYZW);
    [all...]
brw_fs.cpp     [all...]
brw_fs_nir.cpp     [all...]

Completed in 239 milliseconds