Home
last modified time | relevance | path

Searched refs:CubeMapFace (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c188 st_finalize_texture(ctx, st->pipe, srcAtt->Texture, srcAtt->CubeMapFace); in st_BlitFramebuffer()
198 blit.src.box.z = srcAtt->Zoffset + srcAtt->CubeMapFace; in st_BlitFramebuffer()
Dst_cb_fbo.c611 att->CubeMapFace, in st_render_texture()
617 strb->rtt_face = att->CubeMapFace; in st_render_texture()
/third_party/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c510 const GLuint face = fb->Attachment[buffer].CubeMapFace; in map_attachment()
545 const GLuint face = fb->Attachment[buffer].CubeMapFace; in unmap_attachment()
/third_party/mesa3d/src/mesa/main/
Dblit.c543 att->CubeMapFace); in blit_framebuffer()
562 att->CubeMapFace); in blit_framebuffer()
Dfbobject.c449 att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in driver_RenderTexture_is_safe()
484 texImage = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in _mesa_update_texture_renderbuffer()
553 att->CubeMapFace = _mesa_tex_target_to_face(texTarget); in set_texture_attachment()
867 texObj->Image[att->CubeMapFace][att->TextureLevel]; in gles_check_float_renderable()
916 texImage = texObj->Image[att->CubeMapFace][att->TextureLevel]; in test_attachment_completeness()
3474 dst_att->CubeMapFace = src_att->CubeMapFace; in reuse_framebuffer_texture_attachment()
3825 fb->Attachment[BUFFER_STENCIL].CubeMapFace && in _mesa_framebuffer_texture()
3839 fb->Attachment[BUFFER_DEPTH].CubeMapFace && in _mesa_framebuffer_texture()
4589 *params = GL_TEXTURE_CUBE_MAP_POSITIVE_X + att->CubeMapFace; in get_framebuffer_attachment_parameter()
Dframebuffer.c958 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace, in _mesa_print_framebuffer()
Dmtypes.h3563 GLuint CubeMapFace; /**< 0 .. 5, for cube map textures. */ member
Dteximage.c2718 att->CubeMapFace == face) { in check_rtt_cb()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c486 if (att->CubeMapFace > 0) { in intel_render_texture()
488 layer = att->CubeMapFace; in intel_render_texture()
/third_party/mesa3d/docs/relnotes/
D12.0.5.rst99 - mesa/fbobject: Update CubeMapFace when reusing textures
D13.0.3.rst130 - mesa/fbobject: Update CubeMapFace when reusing textures
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fbo.c601 if (att->CubeMapFace > 0) { in brw_render_texture()
603 layer = att->CubeMapFace; in brw_render_texture()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c803 att->CubeMapFace, in radeon_render_texture()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c803 att->CubeMapFace, in radeon_render_texture()