Searched defs:textures (Results 1 - 25 of 60) sorted by relevance

123

/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:dri_drawable
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h88 rbug_texture_t *textures; member in struct:rbug_proto_texture_list_reply
159 rbug_texture_t *textures,
H A Drbug_texture.c240 rbug_texture_t *textures,
251 LEN_ARRAY(8, textures); /* textures */
263 WRITE_ARRAY(8, rbug_texture_t, textures); /* textures */
550 READ_ARRAY(8, rbug_texture_t, textures); /* textures */
238 rbug_send_texture_list_reply(struct rbug_connection *__con, uint32_t serial, rbug_texture_t *textures, uint32_t textures_len, uint32_t *__serial) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c43 struct r300_textures_state *textures = local
51 for (i = 0; i < textures->sampler_view_count; i++)
53 (struct pipe_sampler_view**)&textures->sampler_views[i], NULL);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.c48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
56 if (!nsurf->validate(nsurf, 1 << natt, NULL, textures, NULL, NULL))
57 textures[natt] = NULL;
61 return textures[natt];
H A Degl_g3d_st.c211 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
241 &gsurf->sequence_number, textures, &gsurf->base.Width,
268 tex = textures[natt];
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:stw_st_framebuffer
56 * Remove outdated textures and create the requested ones.
67 /* remove outdated textures */
70 pipe_resource_reference(&stwfb->textures[i], NULL);
86 if (stwfb->textures[i] || !(mask & (1 << i))) {
88 if (stwfb->textures[i])
113 stwfb->textures[i] =
146 pipe_resource_reference(&out[i], stwfb->textures[statts[i]]);
165 resource = stwfb->textures[statt];
217 pipe_resource_reference(&stwfb->textures[
[all...]
/external/skia/include/gpu/
H A DGrProcessorUnitTest.h29 // Used to access the dummy textures in TestCreate procs.
43 * fTextures are valid textures that can optionally be used to construct
45 * kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using
52 GrTexture* const textures[2])
56 fProxies[0] = GrSurfaceProxy::MakeWrapped(sk_ref_sp(textures[0]));
57 fProxies[1] = GrSurfaceProxy::MakeWrapped(sk_ref_sp(textures[1]));
49 GrProcessorTestData(SkRandom* random, GrContext* context, const GrRenderTargetContext* renderTargetContext, GrTexture* const textures[2]) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h107 struct lp_jit_texture textures[PIPE_MAX_SAMPLERS]; member in struct:lp_jit_context
142 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures")
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c188 unsigned int *seq_num, struct pipe_resource **textures,
200 if (textures)
201 resource_surface_get_resources(gsurf->rsurf, textures, attachment_mask);
187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.c204 unsigned int *seq_num, struct pipe_resource **textures,
216 if (textures)
217 resource_surface_get_resources(surface->rsurf, textures, attachment_mask);
203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:xmesa_st_framebuffer
63 struct pipe_resource *ptex = xstfb->textures[statt];
92 struct pipe_resource *src_ptex = xstfb->textures[src_statt];
93 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt];
110 * Remove outdated textures and create the requested ones.
122 /* remove outdated textures */
125 pipe_resource_reference(&xstfb->textures[i], NULL);
141 if (xstfb->textures[i] || !(mask & (1 << i))) {
143 if (xstfb->textures[i])
170 xstfb->textures[
[all...]
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1519 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, argument
1523 (void) textures;
1529 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) argument
1532 (void) textures;
1536 glGenTexturesEXT(GLsizei n, GLuint *textures) argument
1539 (void) textures;
/external/skia/tests/
H A DProcessorTest.cpp322 GrTexture* textures[] = {tex0.get(), tex1.get()}; local
323 GrProcessorTestData testData(&random, context, rtc.get(), textures);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp465 const Texture textures[] = local
505 for (int baseTextureNdx = 0; baseTextureNdx < DE_LENGTH_OF_ARRAY(textures); ++baseTextureNdx)
507 const Texture& baseTexture = textures[baseTextureNdx];
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp159 ShaderSampler textures[MAX_TEXTURES]; member in class:deqp::gls::ShaderEvalContext
/external/mesa3d/src/gallium/state_trackers/egl/drm/
H A Dmodeset.c39 unsigned int *seq_num, struct pipe_resource **textures,
46 if (textures)
47 resource_surface_get_resources(drmsurf->rsurf, textures, attachment_mask);
60 * Add textures as DRM framebuffers.
187 /* the front/back textures are swapped */
38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c99 unsigned int *seq_num, struct pipe_resource **textures,
106 if (textures)
107 resource_surface_get_resources(fbsurf->rsurf, textures, attachment_mask);
98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_ximage.c197 unsigned int *seq_num, struct pipe_resource **textures,
209 if (textures)
210 resource_surface_get_resources(xsurf->rsurf, textures, attachment_mask);
196 ximage_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
/external/mesa3d/src/glx/
H A Dsingle2.c775 * textures, multitexture, multisampling, and some other 1.3
883 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, argument
897 textures), NULL);
908 (void) memcpy((void *) (pc + 4), (void *) (textures), (n * 4));
939 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, argument
949 return p(n, textures, residences);
962 (void) memcpy((void *) (pc + 4), (void *) (textures), (n * 4));
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h100 struct draw_jit_texture textures[PIPE_MAX_SAMPLERS]; member in struct:draw_jit_context
119 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures")
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.h78 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon14561
91 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon14562
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h133 struct pipe_sampler_view *textures[3][PIPE_MAX_SAMPLERS]; member in struct:nv50_context
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h137 struct pipe_sampler_view *textures[5][PIPE_MAX_SAMPLERS]; member in struct:nvc0_context
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c150 /* XXX Decompressing MSAA depth textures is broken on R6xx.
177 * as far as 3D textures are concerned. */
231 struct r600_samplerview_state *textures)
234 unsigned depth_texture_mask = textures->compressed_depthtex_mask;
242 view = &textures->views[i]->base;
273 * as far as 3D textures are concerned. */
304 struct r600_samplerview_state *textures)
307 unsigned mask = textures->compressed_colortex_mask;
322 view = &textures->views[i]->base;
767 /* XXX Properly implement multisample textures o
230 r600_decompress_depth_textures(struct r600_context *rctx, struct r600_samplerview_state *textures) argument
303 r600_decompress_color_textures(struct r600_context *rctx, struct r600_samplerview_state *textures) argument
[all...]

Completed in 428 milliseconds

123