Home
last modified time | relevance | path

Searched defs:texture (Results 376 - 400 of 616) sorted by relevance

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c1122 lp_setup_is_resource_referenced(const struct lp_setup_context *setup, const struct pipe_resource *texture) lp_setup_is_resource_referenced() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c768 i915_create_sampler_view_custom(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, unsigned width0, unsigned height0) i915_create_sampler_view_custom() argument
787 i915_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ) i915_create_sampler_view() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_emit.c1061 midgard_texture_word texture = texture_word_from_instr(ins); emit_binary_bundle() local
[all...]
H A Dcompiler.h182 midgard_texture_word texture; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c319 void *texture = textures.cpu; in panvk_cmd_prepare_textures() local
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c84 noop_create_sampler_view(struct pipe_context *ctx, struct pipe_resource *texture, const struct pipe_sampler_view *state) noop_create_sampler_view() argument
102 noop_create_surface(struct pipe_context *ctx, struct pipe_resource *texture, const struct pipe_surface *surf_tmpl) noop_create_surface() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c301 tgsi_build_declaration_image(unsigned texture, in tgsi_build_declaration_image() argument
336 tgsi_build_declaration_sampler_view(unsigned texture, in tgsi_build_declaration_sampler_view() argument
741 tgsi_build_instruction_texture( unsigned texture, unsigned num_offsets, unsigned return_type, struct tgsi_instruction *instruction, struct tgsi_header *header ) tgsi_build_instruction_texture() argument
775 tgsi_build_instruction_memory( unsigned qualifier, unsigned texture, unsigned format, struct tgsi_instruction *instruction, struct tgsi_header *header ) tgsi_build_instruction_memory() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c113 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) r600_blit_decompress_depth() argument
207 r600_blit_decompress_depth_in_place(struct r600_context *rctx, struct r600_texture *texture, bool is_stencil_sampler, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer) r600_blit_decompress_depth_in_place() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp137 MovePtr<TestTexture> texture; in createTestTexture() local
917 isLookupResultValid(const tcu::Texture1DView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument
927 isLookupResultValid(const tcu::Texture1DArrayView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument
937 isLookupResultValid(const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument
947 isLookupResultValid(const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument
957 isLookupResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument
967 isLookupResultValid(const tcu::TextureCubeArrayView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument
977 isLookupResultValid(const tcu::Texture3DView& texture, const tcu::Sampler& sampler, const tcu::LookupPrecision& precision, const tcu::Vec4& coords, const tcu::Vec2& lodBounds, const tcu::Vec4& result) isLookupResultValid() argument
988 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument
1186 createSwizzledCopy(const TextureViewType& texture, const vk::VkComponentMapping& swz) createSwizzledCopy() argument
1200 createSwizzledCopy(const tcu::TextureCubeView& texture, const vk::VkComponentMapping& swz) createSwizzledCopy() argument
1217 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const vk::VkComponentMapping& swz, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument
1406 validateResultImage(const TestTexture& texture, const VkImageViewType imageViewType, const VkImageSubresourceRange& subresource, const tcu::Sampler& sampler, const vk::VkComponentMapping& componentMapping, const tcu::ConstPixelBufferAccess& coordAccess, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& resultAccess, const tcu::PixelBufferAccess& errorAccess) validateResultImage() argument
1533 TestTexture* texture = DE_NULL; verifyImage() local
[all...]
H A DvktPipelineImageUtil.cpp731 void allocateLevels (TcuTextureType& texture) in allocateLevels() argument
738 std::vector<tcu::PixelBufferAccess> getLevelsVector (const TcuTextureType& texture) in getLevelsVector() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp45 namespace texture namespace
328 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex); in iterate() local
563 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIndex); iterate() local
781 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); iterate() local
990 const pipeline::TestTexture3D& texture = m_renderer.get3DTexture(m_cases[m_caseNdx].textureIndex); iterate() local
[all...]
H A DvktTextureShadowTests.cpp52 namespace texture namespace
373 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(m_cases[m_caseNdx].textureIndex); in iterate() local
607 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex); iterate() local
840 const pipeline::TestTexture2DArray& texture = m_renderer.get2DArrayTexture(curCase.textureIndex); iterate() local
1063 const pipeline::TestTexture1D& texture = m_renderer.get1DTexture(m_cases[m_caseNdx].textureIndex); iterate() local
1288 const pipeline::TestTexture1DArray& texture = m_renderer.get1DArrayTexture(curCase.textureIndex); iterate() local
1516 const pipeline::TestTextureCubeArray& texture = m_renderer.getCubeArrayTexture(curCase.textureIndex); iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp528 Error Surface::bindTexImage(gl::Context *context, gl::Texture *texture, EGLint buffer) in bindTexImage() argument
H A DvalidationES32.cpp293 ValidateFramebufferTexture(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureID texture, GLint level) ValidateFramebufferTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_autogen.cpp75 CallCapture CaptureClientActiveTexture(const State &glState, bool isCallValid, GLenum texture) in CaptureClientActiveTexture() argument
1067 CaptureMultiTexCoord4x(const State &glState, bool isCallValid, GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q) CaptureMultiTexCoord4x() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp87 GLuint texture = 0; in createTexture() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAPI.cpp1655 glw::GLint texture = m_texture_ids[n_img]; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp178 struct texture struct in glcts::ViewportArray::Utils
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DComputeShaderTest.cpp23 void createMockOutputImage(GLuint texture, GLenum internalFormat, GLint width, GLint height) in createMockOutputImage() argument
40 GLTexture texture[2]; in runSharedMemoryTest() local
389 GLTexture texture; in TEST_P() local
443 GLTexture texture; TEST_P() local
515 GLTexture texture; TEST_P() local
728 GLTexture texture; TEST_P() local
818 GLTexture texture; TEST_P() local
1249 GLTexture texture[3]; TEST_P() local
1318 GLTexture texture[2]; TEST_P() local
1378 GLTexture texture[2]; TEST_P() local
1439 GLTexture texture[2]; TEST_P() local
1507 GLTexture texture[2]; TEST_P() local
1576 GLTexture texture[2]; TEST_P() local
1643 GLTexture texture[2]; TEST_P() local
1718 GLTexture texture[2]; TEST_P() local
1789 GLTexture texture[2]; TEST_P() local
1860 GLTexture texture[2]; TEST_P() local
1949 GLTexture texture[4]; TEST_P() local
2099 GLTexture texture; TEST_P() local
2637 GLTexture texture; TEST_P() local
2712 GLTexture texture[3]; TEST_P() local
2772 GLTexture texture[3]; TEST_P() local
3189 GLTexture texture[2]; TEST_P() local
3350 GLTexture texture[2]; TEST_P() local
3408 GLTexture texture[2]; TEST_P() local
3467 GLTexture texture[2]; TEST_P() local
3572 GLTexture texture[3]; TEST_P() local
3672 GLTexture texture; TEST_P() local
3746 GLTexture texture; TEST_P() local
3826 GLTexture texture; TEST_P() local
4024 GLTexture texture; TEST_P() local
4459 GLTexture texture; TEST_P() local
4510 GLTexture texture; TEST_P() local
4685 GLTexture texture; TEST_P() local
4762 GLTexture texture; TEST_P() local
[all...]
H A DClearTest.cpp421 GLTexture texture; in TEST_P() local
461 GLTexture texture; in TEST_P() local
500 GLTexture texture; in TEST_P() local
1406 GLTexture texture; TEST_P() local
2574 GLTexture texture; TEST_P() local
[all...]
H A DVulkanPerformanceCounterTest.cpp186 GLTexture texture; in TEST_P() local
317 GLTexture texture; in TEST_P() local
54 setupClearAndDrawForInvalidateTest(GLProgram *program, GLFramebuffer *framebuffer, GLTexture *texture, GLRenderbuffer *renderbuffer, bool clearStencil) setupClearAndDrawForInvalidateTest() argument
415 GLTexture texture; TEST_P() local
559 GLTexture texture; TEST_P() local
606 GLTexture texture; TEST_P() local
653 GLTexture texture; TEST_P() local
711 GLTexture texture; TEST_P() local
749 GLTexture texture; TEST_P() local
789 GLTexture texture; TEST_P() local
832 GLTexture texture; TEST_P() local
882 GLTexture texture; TEST_P() local
935 GLTexture texture; TEST_P() local
990 GLTexture texture; TEST_P() local
1046 GLTexture texture; TEST_P() local
1104 GLTexture texture; TEST_P() local
1166 GLTexture texture; TEST_P() local
1218 GLTexture texture; TEST_P() local
1268 GLTexture texture; TEST_P() local
1419 GLTexture texture; TEST_P() local
1483 GLTexture texture; TEST_P() local
1525 GLTexture texture; TEST_P() local
1610 GLTexture texture; TEST_P() local
1679 GLTexture texture; TEST_P() local
1835 GLTexture texture; TEST_P() local
2489 GLTexture texture; TEST_P() local
[all...]
H A DTransformFeedbackTest.cpp3115 GLTexture texture; in TEST_P() local
H A DMultisampledRenderToTextureTest.cpp90 void verifyResults(GLuint texture, in verifyResults() argument
262 GLTexture texture; in TEST_P() local
344 GLTexture texture; TEST_P() local
410 GLTexture texture; TEST_P() local
494 GLTexture texture; TEST_P() local
537 GLTexture texture; TEST_P() local
627 GLTexture texture; colorAttachmentMultisampleDrawTestCommon() local
697 GLTexture texture; TEST_P() local
771 GLTexture texture; TEST_P() local
841 GLTexture texture; TEST_P() local
911 GLTexture texture; readPixelsTestCommon() local
967 GLTexture texture; copyTexImageTestCommon() local
1017 GLTexture texture; copyTexSubImageTestCommon() local
1180 GLTexture texture; TEST_P() local
1247 GLTexture texture; drawCopyThenBlendCommon() local
1334 GLTexture texture; clearDrawCopyThenBlendSameProgramCommon() local
1465 GLTexture texture; TEST_P() local
1540 GLTexture texture; drawCopyDrawThenMaskedClearCommon() local
1619 GLTexture texture; drawCopyDrawAttachInvalidatedThenDrawCommon() local
1729 GLTexture texture; drawCopyDrawAttachDepthStencilClearThenDrawCommon() local
1838 GLTexture texture; TEST_P() local
1919 GLTexture texture; TEST_P() local
2070 GLTexture texture; depthStencilClearThenDrawCommon() local
2161 GLTexture texture; TEST_P() local
2251 GLTexture texture; TEST_P() local
2791 GLTexture texture; TEST_P() local
2850 GLTexture texture; colorAttachment1Common() local
2948 GLTexture texture; colorAttachments0And3Common() local
3124 GLTexture texture; TEST_P() local
3606 GLTexture texture; drawCopyThenBlendAllAttachmentsMixed() local
3756 GLTexture texture; renderbufferUnresolveColorAndDepthStencilThenTwoColors() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp122 void GL_APIENTRY GL_ClientActiveTexture(GLenum texture) in GL_ClientActiveTexture() argument
1308 void GL_APIENTRY GL_MultiTexCoord4x(GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in GL_MultiTexCoord4x() argument
[all...]
H A Dentry_points_egl_ext_autogen.cpp470 EGL_StreamPostD3DTextureANGLE(EGLDisplay dpy, EGLStreamKHR stream, void *texture, const EGLAttrib *attrib_list) EGL_StreamPostD3DTextureANGLE() argument

Completed in 47 milliseconds

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