HomeSort by relevance Sort by last modified time
    Searched refs:memtype (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_winsys.h 86 return bo->config.nv50.memtype;
nv50_miptree.c 272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE);
279 if (bo_config.nv50.memtype != 0) {
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_winsys.h 86 return bo->config.nv50.memtype;
nv50_miptree.c 272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE);
279 if (bo_config.nv50.memtype != 0) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_winsys.h 96 return bo->config.nvc0.memtype;
nvc0_miptree.c 289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE);
299 if (likely(bo_config.nvc0.memtype)) {
nvc0_screen.c 760 mm_config.nvc0.memtype = 0xfe0;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_winsys.h 96 return bo->config.nvc0.memtype;
nvc0_miptree.c 289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE);
299 if (likely(bo_config.nvc0.memtype)) {
nvc0_screen.c 760 mm_config.nvc0.memtype = 0xfe0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.c 171 size, cache->config.nv50.memtype, ret);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 171 size, cache->config.nv50.memtype, ret);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 295 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 375 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_kgsl.h 295 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 375 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 336 uint32 memtype, *gpuaddr; local
344 memtype = KGSL_USER_MEM_TYPE_PMEM;
346 memtype = KGSL_USER_MEM_TYPE_ASHMEM;
348 memtype = KGSL_USER_MEM_TYPE_ION;
355 handle->offset, memtype, (void**)&gpuaddr);
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 340 uint32 memtype, *gpuaddr = 0; local
350 memtype = KGSL_USER_MEM_TYPE_PMEM;
352 memtype = KGSL_USER_MEM_TYPE_ASHMEM;
354 memtype = KGSL_USER_MEM_TYPE_ION;
372 handle->offset, memtype, (void**)&gpuaddr);
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 336 uint32 memtype, *gpuaddr; local
344 memtype = KGSL_USER_MEM_TYPE_PMEM;
346 memtype = KGSL_USER_MEM_TYPE_ASHMEM;
348 memtype = KGSL_USER_MEM_TYPE_ION;
355 handle->offset, memtype, (void**)&gpuaddr);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 272 milliseconds