Home
last modified time | relevance | path

Searched defs:texture (Results 351 - 375 of 616) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBindGroupTests.cpp300 wgpu::Texture texture = device.CreateTexture(&descriptor); in TEST_P() local
1470 wgpu::Texture texture = CreateTextureWithRedData( in TEST_P() local
1489 wgpu::Texture texture = CreateTextureWithRedData( TEST_P() local
1605 wgpu::Texture texture = device.CreateTexture(&textureDesc); TEST_P() local
1613 wgpu::Texture texture = device.CreateTexture(&textureDesc); TEST_P() local
1634 wgpu::Texture texture = device.CreateTexture(&textureDesc); TEST_P() local
1642 wgpu::Texture texture = device.CreateTexture(&textureDesc); TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp146 WGPUTexture texture = in WrapVulkanImage() local
187 wgpu::Texture texture = WrapVulkanImage(device, &defaultDescriptor, defaultFd, in TEST_P() local
200 wgpu::Texture texture in TEST_P() local
265 wgpu::Texture texture = WrapVulkanImage(device, &defaultDescriptor, defaultFd, TEST_P() local
280 wgpu::Texture texture = device.CreateTexture(&defaultDescriptor); TEST_P() local
293 wgpu::Texture texture = device.CreateTexture(&defaultDescriptor); TEST_P() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp284 deUint32 texture = 0x1234; in read_pixels_fbo_format_mismatch() local
515 deUint32 texture in clear_bufferiv() local
565 deUint32 texture = 0x1234; clear_bufferuiv() local
612 deUint32 texture = 0x1234; clear_bufferfv() local
760 deUint32 texture = 0x1234; draw_buffers() local
958 deUint32 texture = 0x1234; read_buffer() local
1153 GLuint texture[] = {0x1234, 0x1234}; framebuffer_texture() local
1356 deUint32 texture[2]; blit_framebuffer() local
1688 deUint32 texture = 0x1234; invalidate_framebuffer() local
1737 deUint32 texture = 0x1234; invalidate_sub_framebuffer() local
1876 deUint32 texture[5]; copy_image_sub_data() local
[all...]
H A Des31fTextureFilteringTests.cpp138 const glu::TextureCubeArray* texture; member
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsMemoryStressCase.cpp213 void TextureRenderer::render (deUint32 texture) in render() argument
H A DglsRandomShaderCase.cpp523 const glu::Texture2D* texture = i->second; in iterate() local
535 const glu::TextureCube* texture = i->second; in iterate() local
H A DglsStateChangePerfTestCases.cpp350 GLuint texture; in requireTextures() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp44 namespace texture namespace
264 static bool validateTexture (tcu::TestLog& log, const tcu::Surface& rendered, const TextureType& texture, const vector<float> &texCoord, deUint32 mipLevel, in validateTexture() argument
282 glu::TextureTestUtil::sampleTexture(tcu::SurfaceAccess(referenceFrame, pixelFormat), texture, &texCoord[0], sampleParams); in validateTexture() local
368 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(0); in iterate() local
499 const pipeline::TestTexture3D& texture = m_renderer2D.get3DTexture(0); iterate() local
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp178 void ProgramExecutor::setTexture (int samplerNdx, const tcu::Texture2D* texture, const tcu::Sampler& sampler) in setTexture() argument
183 void ProgramExecutor::setTexture (int samplerNdx, const tcu::TextureCube* texture, const tcu::Sampler& sampler) in setTexture() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp1214 TestCaseGroup* texture = new TestCaseGroup(m_eglTestCtx, "texture", "Texture creation, destruction and rendering tests"); in init() local
H A DteglImageUtil.cpp237 const GLuint texture = clientBuffer->getName(); in createBuffer() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp163 GLuint texture; in iterate() local
217 GLuint texture; in iterate() local
269 createTexture(GLuint texture) createTexture() argument
343 createTexture(GLuint texture) createTexture() argument
394 createTexture(GLuint texture) createTexture() argument
449 createTexture(GLuint texture) createTexture() argument
496 createTexture(GLuint texture) createTexture() argument
547 createTexture(GLuint texture) createTexture() argument
596 createTexture(GLuint texture) createTexture() argument
666 createTexture(GLuint texture) createTexture() argument
733 createTexture(GLuint texture) createTexture() argument
794 createTexture(GLuint texture) createTexture() argument
842 createTexture(GLuint texture) createTexture() argument
896 createTexture(GLuint texture) createTexture() argument
[all...]
H A Des2fTextureFilteringTests.cpp93 const glu::Texture2D* texture; member
356 const glu::TextureCube* texture; member
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp325 void ASTCRenderer2D::render (Surface& referenceDst, Surface& resultDst, const glu::Texture2D& texture, const tcu::TextureFormat& uncompressedFormat) in render() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp701 Utils::texture::texture(deqp::Context& context) in texture() function in glcts::ViewportArray::Utils::texture
2963 prepareTextureR32I(Utils::texture& texture) prepareTextureR32I() argument
2981 prepareTextureR32Ix4(Utils::texture& texture) prepareTextureR32Ix4() argument
3001 prepareTextureArrayR32I(Utils::texture& texture) prepareTextureArrayR32I() argument
3021 prepareTextureR32F(Utils::texture& texture) prepareTextureR32F() argument
3039 prepareTextureD32F(Utils::texture& texture) prepareTextureD32F() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c521 struct pipe_resource *texture = images.front->texture; in kopper_allocate_textures() local
532 struct pipe_resource *texture in kopper_allocate_textures() local
543 struct pipe_resource *texture = images.back->texture; kopper_allocate_textures() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c435 struct svga_texture *texture = svga_texture(st->base.resource); in SVGA3D_SurfaceDMA() local
[all...]
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h181 struct pipe_resource *texture; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c266 static void si_blit_decompress_zs_in_place(struct si_context *sctx, struct si_texture *texture, in si_blit_decompress_zs_in_place() argument
199 si_blit_decompress_zs_planes_in_place(struct si_context *sctx, struct si_texture *texture, unsigned planes, unsigned level_mask, unsigned first_layer, unsigned last_layer) si_blit_decompress_zs_planes_in_place() argument
[all...]
H A Dsi_compute_blit.c51 si_use_compute_copy_for_float_formats(struct si_context *sctx, struct pipe_resource *texture, unsigned level) si_use_compute_copy_for_float_formats() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp38 emit_mcs_fetch(const fs_reg &coordinate, unsigned components, const fs_reg &texture, const fs_reg &texture_handle) emit_mcs_fetch() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexobj.c1130 invalidate_tex_image_error_check(struct gl_context *ctx, GLuint texture, GLint level, const char *name) invalidate_tex_image_error_check() argument
1769 _mesa_BindMultiTextureEXT(GLenum texunit, GLenum target, GLuint texture) _mesa_BindMultiTextureEXT() argument
1803 bind_texture_unit(struct gl_context *ctx, GLuint unit, GLuint texture, bool no_error) bind_texture_unit() argument
1843 _mesa_BindTextureUnit_no_error(GLuint unit, GLuint texture) _mesa_BindTextureUnit_no_error() argument
1851 _mesa_BindTextureUnit(GLuint unit, GLuint texture) _mesa_BindTextureUnit() argument
2131 _mesa_InvalidateTexSubImage_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) _mesa_InvalidateTexSubImage_no_error() argument
2141 _mesa_InvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) _mesa_InvalidateTexSubImage() argument
2288 _mesa_InvalidateTexImage_no_error(GLuint texture, GLint level) _mesa_InvalidateTexImage_no_error() argument
2295 _mesa_InvalidateTexImage(GLuint texture, GLint level) _mesa_InvalidateTexImage() argument
2383 _mesa_TexturePageCommitmentEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexturePageCommitmentEXT() argument
[all...]
H A Dtexgetimage.c1520 _mesa_GetTextureImage(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels) _mesa_GetTextureImage() argument
1543 _mesa_GetTextureImageEXT(GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) _mesa_GetTextureImageEXT() argument
1605 _mesa_GetTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) _mesa_GetTextureSubImage() argument
1895 _mesa_GetCompressedTextureImageEXT(GLuint texture, GLenum target, GLint level, GLvoid *pixels) _mesa_GetCompressedTextureImageEXT() argument
1951 _mesa_GetCompressedTextureImage(GLuint texture, GLint level, GLsizei bufSize, GLvoid *pixels) _mesa_GetCompressedTextureImage() argument
1980 _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void *pixels) _mesa_GetCompressedTextureSubImage() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1476 fxt1_decode_1 (const void *texture, int32_t stride, /* in pixels */ in fxt1_decode_1() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c87 const struct lp_jit_texture *texture = samp->texture; in fetch_bgra_memcpy() local
117 const struct lp_jit_texture *texture = samp->texture; in fetch_bgrx_memcpy() local
150 const struct lp_jit_texture *texture = samp->texture; fetch_bgra_axis_aligned() local
173 const struct lp_jit_texture *texture = samp->texture; fetch_bgrx_axis_aligned() local
198 const struct lp_jit_texture *texture = samp->texture; fetch_bgra() local
229 const struct lp_jit_texture *texture = samp->texture; fetch_bgrx() local
261 const struct lp_jit_texture *texture = samp->texture; fetch_bgra_clamp() local
294 const struct lp_jit_texture *texture = samp->texture; fetch_bgrx_clamp() local
330 const struct lp_jit_texture *texture = samp->texture; fetch_and_stretch_bgra_row() local
432 const struct lp_jit_texture *texture = samp->texture; fetch_bgra_linear() local
486 const struct lp_jit_texture *texture = samp->texture; fetch_bgra_clamp_linear() local
717 lp_linear_init_sampler(struct lp_linear_sampler *samp, const struct lp_tgsi_texture_info *info, const struct lp_sampler_static_state *sampler_state, const struct lp_jit_texture *texture, int x0, int y0, int width, int height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4]) lp_linear_init_sampler() argument
[all...]

Completed in 34 milliseconds

1...<<11121314151617181920>>...25