Searched refs:pointer_as_memory_reference (Results 1 – 3 of 3) sorted by relevance
47 char *pointer_as_memory_reference(uint64_t ptr);
544 char *ptr = pointer_as_memory_reference(addr); in pandecode_uniform_buffers()557 char *ptr = pointer_as_memory_reference(uniforms); in pandecode_uniforms()671 char *a = pointer_as_memory_reference(pointers_and_strides[i]); in pandecode_texture_payload()787 char *a = pointer_as_memory_reference(*u); in pandecode_textures()
180 pointer_as_memory_reference(uint64_t ptr) in pointer_as_memory_reference() function