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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_gmem.c 72 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
78 OUT_PKT3(ring, CP_SET_CONSTANT, 5);
94 OUT_PKT3(ring, CP_SET_CONSTANT, 3);
115 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
119 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
123 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
129 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
133 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
137 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
143 OUT_PKT3(ring, CP_SET_CONSTANT, 3)
    [all...]
fd2_draw.c 51 OUT_PKT3(ring, CP_EVENT_WRITE, 1);
93 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
97 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
106 OUT_PKT3(ring, CP_SET_CONSTANT, 3);
114 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
147 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
151 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
160 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
164 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
168 OUT_PKT3(ring, CP_SET_CONSTANT, 2)
    [all...]
fd2_emit.c 94 OUT_PKT3(ring, CP_SET_CONSTANT, size + 1);
109 OUT_PKT3(ring, CP_SET_CONSTANT, 5);
139 OUT_PKT3(ring, CP_SET_CONSTANT, 7);
175 OUT_PKT3(ring, CP_SET_CONSTANT, 1 + (2 * n));
199 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
207 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
211 OUT_PKT3(ring, CP_SET_CONSTANT, 4);
223 OUT_PKT3(ring, CP_SET_CONSTANT, 3);
229 OUT_PKT3(ring, CP_SET_CONSTANT, 5);
236 OUT_PKT3(ring, CP_SET_CONSTANT, 6)
    [all...]
fd2_program.c 121 OUT_PKT3(ring, CP_IM_LOAD_IMMEDIATE, 2 + so->info.sizedwords);
286 OUT_PKT3(ring, CP_SET_CONSTANT, 2);
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_query.c 64 OUT_PKT3(ring, CP_SET_CONSTANT, 3);
70 OUT_PKT3(ring, CP_DRAW_INDX_OFFSET, 3);
167 OUT_PKT3(ring, CP_REG_TO_MEM, 2);
184 OUT_PKT3(ring, CP_MEM_WRITE, 2);
189 OUT_PKT3(ring, CP_REG_TO_MEM, 2);
196 OUT_PKT3(ring, CP_MEM_TO_REG, 2);
203 OUT_PKT3(ring, CP_MEM_TO_REG, 2);
208 OUT_PKT3(ring, CP_MEM_TO_REG, 2);
fd4_draw.h 67 OUT_PKT3(ring, CP_DRAW_INDX_OFFSET, idx_buffer ? 6 : 3);
123 OUT_PKT3(ring, CP_DRAW_INDX_INDIRECT, 4);
132 OUT_PKT3(ring, CP_DRAW_INDIRECT, 2);
fd4_draw.c 151 OUT_PKT3(ring, CP_REG_RMW, 3);
161 OUT_PKT3(ring, CP_REG_RMW, 3);
fd4_emit.c 71 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + sz);
99 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + anum);
146 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + (2 * num_samplers));
174 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + (8 * num_textures));
267 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + (2 * nr_bufs));
284 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + (8 * nr_bufs));
804 OUT_PKT3(ring, CP_INVALIDATE_STATE, 1);
866 OUT_PKT3(ring, CP_SET_DRAW_STATE, 2);
925 OUT_PKT3(ring, CP_MEM_TO_MEM, 3);
fd4_gmem.c 356 OUT_PKT3(ring, CP_MEM_WRITE, 5);
781 OUT_PKT3(ring, CP_SET_BIN_DATA, 2);
790 OUT_PKT3(ring, CP_SET_BIN, 3);
fd4_program.c 106 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + sz);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_query.c 57 OUT_PKT3(ring, CP_SET_CONSTANT, 3);
65 OUT_PKT3(ring, CP_DRAW_INDX, 3);
fd3_emit.c 76 OUT_PKT3(ring, CP_LOAD_STATE, 2 + sz);
104 OUT_PKT3(ring, CP_LOAD_STATE, 2 + anum);
154 OUT_PKT3(ring, CP_LOAD_STATE, 2 + (2 * tex->num_samplers));
176 OUT_PKT3(ring, CP_LOAD_STATE, 2 + (4 * tex->num_textures));
196 OUT_PKT3(ring, CP_LOAD_STATE, 2 + (BASETABLE_SZ * tex->num_textures));
267 OUT_PKT3(ring, CP_LOAD_STATE, 2 + 2 * bufs);
284 OUT_PKT3(ring, CP_LOAD_STATE, 2 + 4 * bufs);
333 OUT_PKT3(ring, CP_LOAD_STATE, 2 + BASETABLE_SZ * bufs);
712 OUT_PKT3(ring, CP_EVENT_WRITE, 1);
807 OUT_PKT3(ring, CP_REG_RMW, 3)
    [all...]
fd3_gmem.c 285 OUT_PKT3(ring, CP_DRAW_INDX_2, 5);
564 OUT_PKT3(ring, CP_MEM_WRITE, 5);
815 OUT_PKT3(ring, CP_INVALIDATE_STATE, 1);
904 OUT_PKT3(ring, CP_DRAW_INDX, 3);
912 OUT_PKT3(ring, CP_NOP, 4);
    [all...]
fd3_program.c 127 OUT_PKT3(ring, CP_LOAD_STATE, 2 + sz);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.h 64 OUT_PKT3(ring, CP_DRAW_INDX, 3);
77 OUT_PKT3(ring, CP_DRAW_INDX, idx_buffer ? 5 : 3);
freedreno_util.h 286 OUT_PKT3(struct fd_ringbuffer *ring, uint8_t opcode, uint16_t cnt)
333 OUT_PKT3(ring, CP_WAIT_FOR_IDLE, 1);
360 OUT_PKT3(ring, prefetch ? CP_INDIRECT_BUFFER_PFE : CP_INDIRECT_BUFFER_PFD, 2);
freedreno_batch.h 282 OUT_PKT3(ring, CP_EVENT_WRITE, 1);
freedreno_context.c 103 OUT_PKT3(ring, CP_NOP, align(len, 4) / 4);

Completed in 529 milliseconds