HomeSort by: relevance | last modified time | path
    Searched refs:host_memory_base (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_descriptor_set.c 439 pool->host_memory_base = (uint8_t*)pool + sizeof(struct v3dv_descriptor_pool);
440 pool->host_memory_ptr = pool->host_memory_base;
475 assert(!pool->host_memory_base);
477 if (free_bo && !pool->host_memory_base) {
501 if (!pool->host_memory_base) {
523 if (!pool->host_memory_base) {
531 uint32_t host_size = pool->host_memory_end - pool->host_memory_base;
532 memset(pool->host_memory_base, 0, host_size);
536 pool->host_memory_ptr = pool->host_memory_base;
716 if (pool->host_memory_base) {
    [all...]
v3dv_private.h 1509 uint8_t *host_memory_base; member in struct:v3dv_descriptor_pool
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_descriptor_set.c 449 if (pool->host_memory_base) {
483 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) {
495 if (!pool->host_memory_base) {
502 } else if (!pool->host_memory_base) {
560 assert(!pool->host_memory_base);
562 if (free_bo && set->size && !pool->host_memory_base) {
641 pool->host_memory_base = (uint8_t*)pool + sizeof(struct tu_descriptor_pool);
642 pool->host_memory_ptr = pool->host_memory_base;
688 if (!pool->host_memory_base) {
712 if (!pool->host_memory_base) {
    [all...]
tu_private.h 653 uint8_t *host_memory_base; member in struct:tu_descriptor_pool
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_descriptor_set.c 569 if (pool->host_memory_base) {
606 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) {
618 if (!pool->host_memory_base) {
625 } else if (!pool->host_memory_base) {
677 assert(!pool->host_memory_base);
679 if (free_bo && !pool->host_memory_base) {
697 if (!pool->host_memory_base) {
812 pool->host_memory_base = (uint8_t *)pool + sizeof(struct radv_descriptor_pool);
813 pool->host_memory_ptr = pool->host_memory_base;
869 if (!pool->host_memory_base) {
    [all...]
radv_private.h 917 uint8_t *host_memory_base; member in struct:radv_descriptor_pool
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_descriptor_set.c 494 if (pool->host_memory_base) {
529 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) {
541 if (!pool->host_memory_base) {
548 } else if (!pool->host_memory_base) {
603 assert(!pool->host_memory_base);
605 if (free_bo && set->size && !pool->host_memory_base) {
697 pool->host_memory_base = (uint8_t*)pool + sizeof(struct radv_descriptor_pool);
698 pool->host_memory_ptr = pool->host_memory_base;
729 if (!pool->host_memory_base) {
748 if (!pool->host_memory_base) {
    [all...]
radv_private.h 788 uint8_t *host_memory_base; member in struct:radv_descriptor_pool
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_private.h 605 uint8_t *host_memory_base; member in struct:tu_descriptor_pool

Completed in 20 milliseconds