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

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_span.c 114 struct intel_texture_object *tex_obj; local
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
121 intel_tex_map_images(intel, tex_obj,
intel_fbo.c 669 struct gl_texture_object *tex_obj = att->Texture; local
671 tex_obj->Image[att->CubeMapFace][att->TextureLevel];
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 304 struct intel_texture_object *tex_obj; local
315 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
316 if (!tex_obj || !tex_obj->mt)
318 intel_miptree_all_slices_resolve_depth(intel, tex_obj->mt);
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c 804 struct texture_object *tex_obj, VkImageTiling tiling,
812 tex_obj->tex_width = tex_width;
813 tex_obj->tex_height = tex_height;
839 vkCreateImage(demo->device, &image_create_info, NULL, &tex_obj->image);
842 vkGetImageMemoryRequirements(demo->device, tex_obj->image, &mem_reqs);
851 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &tex_obj->mem);
855 err = vkBindImageMemory(demo->device, tex_obj->image, tex_obj->mem, 0);
868 vkGetImageSubresourceLayout(demo->device, tex_obj->image, &subres,
871 err = vkMapMemory(demo->device, tex_obj->mem, 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 902 struct gl_texture_object *tex_obj = att->Texture; local
904 tex_obj->Image[att->CubeMapFace][att->TextureLevel];

Completed in 1353 milliseconds