Searched defs:simd_mode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp270 uint32_t simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; local
286 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
351 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
361 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
372 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
377 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
386 if (simd_mode == BRW_SAMPLER_SIMD_MODE_SIMD16) {
423 simd_mode,
H A Dbrw_eu_emit.c666 GLuint simd_mode,
679 insn->bits3.sampler_gen7.simd_mode = simd_mode;
684 insn->bits3.sampler_gen5.simd_mode = simd_mode;
2308 GLuint simd_mode,
2403 simd_mode,
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
H A Dbrw_wm_emit.c1053 GLuint simd_mode; local
1059 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
1064 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8;
1162 simd_mode,
H A Dbrw_structs.h1332 GLuint simd_mode:2; member in struct:brw_instruction::__anon14435::__anon14448
1345 GLuint simd_mode:2; member in struct:brw_instruction::__anon14435::__anon14449
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp270 uint32_t simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8; local
286 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
351 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
361 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
372 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
377 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
386 if (simd_mode == BRW_SAMPLER_SIMD_MODE_SIMD16) {
423 simd_mode,
H A Dbrw_eu_emit.c666 GLuint simd_mode,
679 insn->bits3.sampler_gen7.simd_mode = simd_mode;
684 insn->bits3.sampler_gen5.simd_mode = simd_mode;
2308 GLuint simd_mode,
2403 simd_mode,
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
H A Dbrw_wm_emit.c1053 GLuint simd_mode; local
1059 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
1064 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8;
1162 simd_mode,
H A Dbrw_structs.h1332 GLuint simd_mode:2; member in struct:brw_instruction::__anon27846::__anon27859
1345 GLuint simd_mode:2; member in struct:brw_instruction::__anon27846::__anon27860

Completed in 853 milliseconds