| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_vbo.h | 42 vb = (pointer)((char *)vbo->vb_ptr + vbo->vb_offset);
|
| radeon_exa_shared.c | 176 accel_state->vbo.vb_ptr = (pointer)((char*)accel_state->ib->address +
|
| radeon.h | 642 void *vb_ptr; member in struct:radeon_vbo_object
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_debug.c | 469 uint32_t *vb_ptr = &((uint32_t *)ptr)[3]; local 477 uint32_t *desc = &((uint32_t *)vb_ptr)[i * 4];
|
| radv_cmd_buffer.c | 732 radv_save_vertex_descriptors(struct radv_cmd_buffer *cmd_buffer, uint64_t vb_ptr) 741 data[0] = vb_ptr; 742 data[1] = vb_ptr >> 32; 3313 void *vb_ptr; local 3321 if (!radv_cmd_buffer_upload_alloc(cmd_buffer, pipeline->vb_desc_alloc_size, &vb_offset, &vb_ptr)) 3328 uint32_t *desc = &((uint32_t *)vb_ptr)[desc_index++ * 4]; 3459 radv_save_vertex_descriptors(cmd_buffer, (uintptr_t)vb_ptr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_llvm.c | 1538 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local 1621 vb_ptr = LLVMGetParam(variant_func, 6); 1633 lp_build_name(vb_ptr, "vb"); 1704 vb_info = LLVMBuildGEP(builder, vb_ptr, &vb_index, 1, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_llvm.c | 1933 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local 2020 vb_ptr = LLVMGetParam(variant_func, 6); 2034 lp_build_name(vb_ptr, "vb"); 2109 vb_info = LLVMBuildGEP(builder, vb_ptr, &vb_index, 1, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_cmd_buffer.c | 1997 void *vb_ptr; local 2004 &vb_offset, &vb_ptr)) 2008 uint32_t *desc = &((uint32_t *)vb_ptr)[i * 4];
|