Home
last modified time | relevance | path

Searched refs:BRW_VE1_COMPONENT_STORE_0 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_draw_upload.c143 OUT_BATCH((BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_0_SHIFT) | in gen8_emit_vertices()
144 (BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_1_SHIFT) | in gen8_emit_vertices()
145 (BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_2_SHIFT) | in gen8_emit_vertices()
230 case 0: comp0 = BRW_VE1_COMPONENT_STORE_0; in gen8_emit_vertices()
231 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0; in gen8_emit_vertices()
232 case 2: comp2 = BRW_VE1_COMPONENT_STORE_0; in gen8_emit_vertices()
235 comp3 = BRW_VE1_COMPONENT_STORE_0; in gen8_emit_vertices()
287 (BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_2_SHIFT) | in gen8_emit_vertices()
288 (BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_3_SHIFT)); in gen8_emit_vertices()
291 OUT_BATCH((BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_0_SHIFT) | in gen8_emit_vertices()
[all …]
Dbrw_draw_upload.c921 OUT_BATCH((BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_0_SHIFT) | in brw_emit_vertices()
922 (BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_1_SHIFT) | in brw_emit_vertices()
923 (BRW_VE1_COMPONENT_STORE_0 << BRW_VE1_COMPONENT_2_SHIFT) | in brw_emit_vertices()
1031 case 0: comp0 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1032 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1033 case 2: comp2 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1069 uint32_t comp0 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1070 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1071 uint32_t comp2 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1072 uint32_t comp3 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
[all …]
Dbrw_defines.h1978 # define BRW_VE1_COMPONENT_STORE_0 2 macro