Searched defs:target_cache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c606 GLuint target_cache,
617 if (target_cache == BRW_DATAPORT_READ_TARGET_RENDER_CACHE)
643 insn->bits3.dp_read_gen5.target_cache = target_cache;
648 insn->bits3.dp_read_g4x.target_cache = target_cache; /*14:15*/
653 insn->bits3.dp_read.target_cache = target_cache; /*14:15*/
601 brw_set_dp_read_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint target_cache, GLuint msg_length, GLuint response_length) argument
H A Dbrw_structs.h1390 GLuint target_cache:2; member in struct:brw_instruction::__anon14435::__anon14452
1403 GLuint target_cache:2; member in struct:brw_instruction::__anon14435::__anon14453
1416 GLuint target_cache:2; member in struct:brw_instruction::__anon14435::__anon14454
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c606 GLuint target_cache,
617 if (target_cache == BRW_DATAPORT_READ_TARGET_RENDER_CACHE)
643 insn->bits3.dp_read_gen5.target_cache = target_cache;
648 insn->bits3.dp_read_g4x.target_cache = target_cache; /*14:15*/
653 insn->bits3.dp_read.target_cache = target_cache; /*14:15*/
601 brw_set_dp_read_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint target_cache, GLuint msg_length, GLuint response_length) argument
H A Dbrw_structs.h1390 GLuint target_cache:2; member in struct:brw_instruction::__anon27846::__anon27863
1403 GLuint target_cache:2; member in struct:brw_instruction::__anon27846::__anon27864
1416 GLuint target_cache:2; member in struct:brw_instruction::__anon27846::__anon27865

Completed in 285 milliseconds