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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 606 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*/
    [all...]
brw_structs.h 1390 GLuint target_cache:2; member in struct:brw_instruction::__anon17000::__anon17017
1403 GLuint target_cache:2; member in struct:brw_instruction::__anon17000::__anon17018
1416 GLuint target_cache:2; member in struct:brw_instruction::__anon17000::__anon17019
    [all...]
brw_eu.h 906 GLuint target_cache,

Completed in 161 milliseconds