/external/llvm/test/CodeGen/R600/ |
llvm.AMDGPU.brev.ll | 8 ; SI: V_MOV_B32_e32 [[VRESULT:v[0-9]+]], [[SRESULT]] 9 ; SI: BUFFER_STORE_DWORD [[VRESULT]],
|
add_i64.ll | 77 ; SI: V_MOV_B32_e32 [[VRESULT:v[0-9]+]], [[SRESULT]] 78 ; SI: BUFFER_STORE_DWORD [[VRESULT]],
|
ctlz_zero_undef.ll | 10 ; SI: V_MOV_B32_e32 [[VRESULT:v[0-9]+]], [[SRESULT]] 11 ; SI: BUFFER_STORE_DWORD [[VRESULT]],
|
cttz_zero_undef.ll | 10 ; SI: V_MOV_B32_e32 [[VRESULT:v[0-9]+]], [[SRESULT]] 11 ; SI: BUFFER_STORE_DWORD [[VRESULT]],
|
ctpop64.ll | 12 ; SI: V_MOV_B32_e32 [[VRESULT:v[0-9]+]], [[SRESULT]] 13 ; SI: BUFFER_STORE_DWORD [[VRESULT]],
|
or.ll | 122 ; SI: V_MOV_B32_e32 [[VRESULT:v[0-9]+]], [[SRESULT]] 123 ; SI: BUFFER_STORE_DWORD [[VRESULT]],
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_query.c | 138 union pipe_query_result *vresult) 148 vresult->b = TRUE; 150 vresult->b = !r300->rws->buffer_is_busy(q->buf, RADEON_USAGE_READWRITE); 152 return vresult->b; 172 vresult->b = temp != 0; 174 vresult->u64 = temp;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_query.c | 138 union pipe_query_result *vresult) 148 vresult->b = TRUE; 150 vresult->b = !r300->rws->buffer_is_busy(q->buf, RADEON_USAGE_READWRITE); 152 return vresult->b; 172 vresult->b = temp != 0; 174 vresult->u64 = temp;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_query.c | 68 union pipe_query_result *vresult) 70 uint64_t *result = (uint64_t*)vresult;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_query.c | 68 union pipe_query_result *vresult) 70 uint64_t *result = (uint64_t*)vresult;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_query.c | 160 union pipe_query_result *vresult) 163 uint64_t *result = (uint64_t*)vresult; 167 memcpy(vresult, &sq->so, 178 memcpy(vresult, &td,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_query.c | 160 union pipe_query_result *vresult) 163 uint64_t *result = (uint64_t*)vresult; 167 memcpy(vresult, &sq->so, 178 memcpy(vresult, &td,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_query.c | 62 boolean wait, union pipe_query_result *vresult) 67 return r600_context_query_result(rctx, rquery, wait, vresult);
|
r600.h | 108 boolean wait, void *vresult);
|
r600_hw_context.c | 594 boolean wait, void *vresult) 596 boolean *result_b = (boolean*)vresult; 597 uint64_t *result_u64 = (uint64_t*)vresult; 599 (struct pipe_query_data_so_statistics*)vresult;
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_query.c | 62 boolean wait, union pipe_query_result *vresult) 67 return r600_context_query_result(rctx, rquery, wait, vresult);
|
r600.h | 108 boolean wait, void *vresult);
|
r600_hw_context.c | 594 boolean wait, void *vresult) 596 boolean *result_b = (boolean*)vresult; 597 uint64_t *result_u64 = (uint64_t*)vresult; 599 (struct pipe_query_data_so_statistics*)vresult;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_query.c | 88 union pipe_query_result *vresult) 91 uint64_t *result = (uint64_t *)vresult;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_query.c | 88 union pipe_query_result *vresult) 91 uint64_t *result = (uint64_t *)vresult;
|
/external/valgrind/main/docs/lib/ |
line-wrap.xsl | 53 <xsl:variable name="vResult"> 62 <xsl:for-each select="ext:node-set($vResult)/line">
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/ |
noop_pipe.c | 72 union pipe_query_result *vresult) 74 uint64_t *result = (uint64_t*)vresult;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_pipe_query.c | 210 union pipe_query_result *vresult) 217 uint64_t *result = (uint64_t*)vresult;
|
/external/mesa3d/src/gallium/drivers/noop/ |
noop_pipe.c | 72 union pipe_query_result *vresult) 74 uint64_t *result = (uint64_t*)vresult;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_query.c | 210 union pipe_query_result *vresult) 217 uint64_t *result = (uint64_t*)vresult;
|