| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_cs.c | 14 assert(enc->buffer_count <= enc->buffer_max); 17 for (uint32_t i = 0; i < enc->buffer_count; i++) 21 if (enc->buffer_count) { 23 &enc->buffers[enc->buffer_count - 1]; 42 assert(enc->buffer_count < enc->buffer_max); 43 struct vn_cs_encoder_buffer *cur_buf = &enc->buffers[enc->buffer_count++]; 58 assert(enc->buffer_count); 60 &enc->buffers[enc->buffer_count - 1]; 74 assert(enc->buffer_count); 76 &enc->buffers[enc->buffer_count [all...] |
| H A D | vn_cs.h | 19 .buffer_count = 1, .buffer_max = 1, .current_buffer_size = size, \ 26 .buffers = (buf), .buffer_count = 1, .buffer_max = 1, \ 52 uint32_t buffer_count; member in struct:vn_cs_encoder 56 /* the current buffer is buffers[buffer_count - 1].shmem */ 101 return !enc->buffer_count || enc->cur == enc->buffers[0].base; 107 if (unlikely(!enc->buffer_count)) 112 &enc->buffers[enc->buffer_count - 1];
|
| H A D | vn_instance.c | 358 if (cs->buffer_count > ARRAY_SIZE(local_descs)) { 360 malloc(sizeof(VkCommandStreamDescriptionMESA) * cs->buffer_count); 366 for (uint32_t i = 0; i < cs->buffer_count; i++) { 409 (direct ? 0 : cs->buffer_count) + (extra_shmem ? 1 : 0); 416 for (uint32_t i = 0; i < cs->buffer_count; i++) { 472 assert(!cs->indirect && cs->buffer_count == 1);
|
| H A D | vn_ring.c | 215 for (uint32_t i = 0; i < cs->buffer_count; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_descriptor_set.h | 67 uint32_t buffer_count; member in struct:tu_descriptor_set_layout
|
| H A D | tu_descriptor_set.c | 122 uint32_t buffer_count = 0; local in function:tu_CreateDescriptorSetLayout 177 set_layout->binding[b].buffer_offset = buffer_count; 197 buffer_count += binding->descriptorCount * binding_buffer_count; 205 set_layout->buffer_count = buffer_count;
|
| H A D | tu_cmd_buffer.c | 117 for (uint32_t i = 0; i < tiling->buffer_count; i++) { 254 uint32_t buffer_count, 261 const bool buf_changed = tiling->buffer_count != buffer_count || 263 sizeof(*buffer_cpp) * buffer_count); 272 sizeof(*buffer_cpp) * buffer_count); 273 tiling->buffer_count = buffer_count; 1168 uint32_t buffer_count = 0; local in function:tu_cmd_update_tiling_config 1176 buffer_cpp[buffer_count 251 tu_tiling_config_update(struct tu_tiling_config * tiling,const struct tu_device * dev,const uint32_t * buffer_cpp,uint32_t buffer_count,const VkRect2D * render_area) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_descriptor_set.h | 73 uint32_t buffer_count; member in struct:radv_descriptor_set_layout
|
| H A D | radv_descriptor_set.c | 178 uint32_t buffer_count = 0; local in function:radv_CreateDescriptorSetLayout 273 set_layout->binding[b].buffer_offset = buffer_count; 323 buffer_count += descriptor_count * binding_buffer_count; 330 set_layout->buffer_count = buffer_count; 553 uint32_t buffer_count = layout->buffer_count; local in function:radv_descriptor_set_create 560 buffer_count = 564 sizeof(struct radv_descriptor_set_header) + sizeof(struct radeon_winsys_bo *) * buffer_count; 575 memset(set->descriptors, 0, sizeof(struct radeon_winsys_bo *) * buffer_count); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_descriptor_set.h | 69 uint32_t buffer_count; member in struct:radv_descriptor_set_layout
|
| H A D | radv_descriptor_set.c | 147 uint32_t buffer_count = 0; local in function:radv_CreateDescriptorSetLayout 225 set_layout->binding[b].buffer_offset = buffer_count; 272 buffer_count += descriptor_count * binding_buffer_count; 280 set_layout->buffer_count = buffer_count; 480 uint32_t buffer_count = layout->buffer_count; local in function:radv_descriptor_set_create 486 buffer_count = layout->binding[layout->binding_count - 1].buffer_offset + 490 sizeof(struct radeon_winsys_bo *) * buffer_count;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_blocks.c | 433 unsigned buffer_count = aoa_size == 0 ? 1 : aoa_size; local in function:allocate_uniform_blocks 435 *num_blocks += buffer_count; 440 *num_variables += block_variables * buffer_count; 572 unsigned buffer_count = aoa_size == 0 ? 1 : aoa_size; local in function:link_linked_shader_uniform_blocks 574 for (unsigned array_index = 0; array_index < buffer_count; array_index++) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 240 for (uint32_t i = 0; i < execbuffer2->buffer_count; i++) { 271 for (uint32_t i = 0; i < execbuffer2->buffer_count; i++) { 290 current_frame_id, execbuffer2->buffer_count); 306 for (uint32_t i = 0; i < execbuffer2->buffer_count; i++) { 323 execbuffer2->buffer_count - 1; 325 for (uint32_t i = 0; i < execbuffer2->buffer_count; i++) {
|
| H A D | intel_sanitize_gpu.c | 255 objects[exec->buffer_count - 1].handle; 267 for (int i = 0; i < exec->buffer_count; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 247 for (uint32_t i = 0; i < execbuffer2->buffer_count; i++) { 284 execbuffer2->buffer_count - 1; 286 for (uint32_t i = 0; i < execbuffer2->buffer_count; i++) {
|
| H A D | intel_sanitize_gpu.c | 255 objects[exec->buffer_count - 1].handle; 267 for (int i = 0; i < exec->buffer_count; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 361 int buffer_count; local in function:droid_create_surface 376 &buffer_count)) { 380 if (native_window_set_buffer_count(window, buffer_count+1)) { 384 dri2_surf->color_buffers = calloc(buffer_count+1, 390 dri2_surf->color_buffers_count = buffer_count+1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.c | 673 * \param buffer_count [out] Number of buffers returned. 683 int *buffer_count) 733 buffer_count, 809 * \param buffer_count [out] Number of buffers returned. 680 intel_query_dri2_buffers(struct intel_context * intel,__DRIdrawable * drawable,__DRIbuffer ** buffers,int * buffer_count) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.c | 673 * \param buffer_count [out] Number of buffers returned. 683 int *buffer_count) 733 buffer_count, 809 * \param buffer_count [out] Number of buffers returned. 680 intel_query_dri2_buffers(struct intel_context * intel,__DRIdrawable * drawable,__DRIbuffer ** buffers,int * buffer_count) argument
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 644 int buffer_count; local in function:droid_create_surface 664 buffer_count = min_undequeued_buffers + 2; 666 dri2_surf->color_buffers = calloc(buffer_count, 672 dri2_surf->color_buffers_count = buffer_count;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 476 .buffer_count = batch->exec_count,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_batch_chain.c | 1807 .buffer_count = execbuf->bo_count, 1838 .buffer_count = execbuf->bo_count, 1913 .buffer_count = execbuf.bo_count, 2033 .buffer_count = 1,
|
| H A D | genX_cmd_buffer.c | 3184 unsigned buffer_count) 3238 assert(buffer_count <= 4); 3239 const unsigned shift = 4 - buffer_count; 3240 for (unsigned i = 0; i < buffer_count; i++) { 3260 assert(buffer_count == 1); 3282 uint32_t buffer_count) 3284 if (buffer_count == 0) { 3312 const uint32_t buffer_mask = (1 << buffer_count) - 1; 3313 const uint32_t num_dwords = 2 + 2 * buffer_count; 3321 for (int i = 0; i < buffer_count; 3181 cmd_buffer_emit_push_constant(struct anv_cmd_buffer * cmd_buffer,gl_shader_stage stage,struct anv_address * buffers,unsigned buffer_count) argument 3279 cmd_buffer_emit_push_constant_all(struct anv_cmd_buffer * cmd_buffer,uint32_t shader_mask,struct anv_address * buffers,uint32_t buffer_count) argument 3391 unsigned buffer_count = 0; local in function:cmd_buffer_flush_push_constants [all...] |
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | i915_drm.h | 1163 __u32 buffer_count; member in struct:drm_i915_gem_execbuffer 1326 /** @buffer_count: Number of elements in @buffers_ptr array */ 1327 __u32 buffer_count; member in struct:drm_i915_gem_execbuffer2
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | i915_drm.h | 857 __u32 buffer_count; member in struct:drm_i915_gem_execbuffer 960 __u32 buffer_count; member in struct:drm_i915_gem_execbuffer2
|