Home
last modified time | relevance | path

Searched refs:BRW_SWIZZLE_WWWW (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_vec4_dead_code_eliminate.cpp141 test_cmp->src[0].swizzle = BRW_SWIZZLE_WWWW; in TEST_F()
Dbrw_vec4_cmod_propagation.cpp169 (inst->src[0].swizzle == BRW_SWIZZLE_WWWW && in opt_cmod_propagation_local()
Dbrw_reg.h83 #define BRW_SWIZZLE_WWWW BRW_SWIZZLE4(3,3,3,3) macro
106 swiz == BRW_SWIZZLE_WWWW); in brw_is_single_value_swizzle()
Dbrw_clip_util.c95 brw_swizzle(pos, BRW_SWIZZLE_WWWW)); in brw_clip_project_position()
Dbrw_vec4_tcs.cpp183 emit(MOV(dst, swizzle(src_reg(temp), BRW_SWIZZLE_WWWW))); in emit_input_urb_read()
Dbrw_vec4_visitor.cpp1137 ndc_w.swizzle = BRW_SWIZZLE_WWWW; in emit_psiz_and_flags()
Dbrw_vec4.cpp2385 case BRW_SWIZZLE_WWWW: in is_gen7_supported_64bit_swizzle()
Dbrw_fs_generator.cpp772 case BRW_SWIZZLE_WWWW: in generate_quad_swizzle()
Dbrw_fs.cpp383 case BRW_SWIZZLE_WWWW: in has_source_and_destination_hazard()
/external/igt-gpu-tools/assembler/
Dbrw_reg.h78 #define BRW_SWIZZLE_WWWW BRW_SWIZZLE4(3,3,3,3) macro
87 swiz == BRW_SWIZZLE_WWWW); in brw_is_single_value_swizzle()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs_emit.c442 ? BRW_SWIZZLE_WWWW : key->transform_feedback_swizzles[binding]; in gen6_sol_program()