HomeSort by relevance Sort by last modified time
    Searched defs:pMemInfo (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/psb_video/src/
tng_jpegES.h 123 void* pMemInfo; //!< Pointer to the memory handle for the buffer
131 void *pMemInfo;
pnw_hostjpeg.h 189 void* pMemInfo; //!< Pointer to the memory handle for the buffer
403 struct MEMORY_INFO_TAG* pMemInfo;
576 unsigned char * pMemInfo;
  /external/vulkan-validation-layers/layers/
core_validation.cpp 582 DEVICE_MEM_INFO *pMemInfo = getMemObjInfo(dev_data, mem);
583 if (pMemInfo) {
586 pMemInfo->cb_bindings.insert(cb_node);
608 DEVICE_MEM_INFO *pMemInfo = getMemObjInfo(dev_data, image_state->binding.mem);
609 if (pMemInfo) {
610 pMemInfo->cb_bindings.insert(cb_node);
636 DEVICE_MEM_INFO *pMemInfo = getMemObjInfo(dev_data, buff_node->binding.mem);
637 if (pMemInfo) {
638 pMemInfo->cb_bindings.insert(cb_node);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 411 DEVICE_MEM_INFO *pMemInfo = get_mem_obj_info(dev_data, mem);
412 if (pMemInfo) {
413 pMemInfo->commandBufferBindings.insert(cb);
587 DEVICE_MEM_INFO *pMemInfo = get_mem_obj_info(dev_data, mem);
588 if (pMemInfo) {
597 pMemInfo->objBindings.insert({handle, type});
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 411 DEVICE_MEM_INFO *pMemInfo = get_mem_obj_info(dev_data, mem);
412 if (pMemInfo) {
413 pMemInfo->commandBufferBindings.insert(cb);
587 DEVICE_MEM_INFO *pMemInfo = get_mem_obj_info(dev_data, mem);
588 if (pMemInfo) {
597 pMemInfo->objBindings.insert({handle, type});
    [all...]

Completed in 234 milliseconds