Home
last modified time | relevance | path

Searched defs:textures (Results 26 - 50 of 114) sorted by relevance

12345

/third_party/skia/tools/gpu/
H A DYUVUtils.cpp298 GrBackendTexture textures[SkYUVAInfo::kMaxPlanes]; in ensureYUVImage() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c50 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
335 struct pipe_resource **textures = stw_st_framebuffer_validate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp466 const Texture textures[] = in createImageMultisampleLoadStoreTests() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp204 ShaderSampler textures[MAX_TEXTURES]; member in deqp::ShaderEvalContext
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp159 ShaderSampler textures[MAX_TEXTURES]; member in deqp::gls::ShaderEvalContext
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp335 GetTextureInfoByIndex( uint32_t index, BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr>& textures) GetTextureInfoByIndex() argument
360 BindTextureSlot(const BASE_NS::string_view& propName, META_NS::IMetadata::Ptr& meta, BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr>& textures) BindTextureSlot() argument
1032 BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr> textures; SynchronizeInputsFromMetadata() local
[all...]
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c88 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c924 _mesa_WaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts) _mesa_WaitSemaphoreEXT() argument
984 _mesa_SignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts) _mesa_SignalSemaphoreEXT() argument
H A Dtexobj.c1191 create_textures(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *textures, const char *caller) create_textures() argument
1225 create_textures_err(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *textures, const char *caller) create_textures_err() argument
1260 _mesa_GenTextures_no_error(GLsizei n, GLuint *textures) _mesa_GenTextures_no_error() argument
1268 _mesa_GenTextures(GLsizei n, GLuint *textures) _mesa_GenTextures() argument
1288 _mesa_CreateTextures_no_error(GLenum target, GLsizei n, GLuint *textures) _mesa_CreateTextures_no_error() argument
1296 _mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures) _mesa_CreateTextures() argument
1443 delete_textures(struct gl_context *ctx, GLsizei n, const GLuint *textures) delete_textures() argument
1502 _mesa_DeleteTextures_no_error(GLsizei n, const GLuint *textures) _mesa_DeleteTextures_no_error() argument
1510 _mesa_DeleteTextures(GLsizei n, const GLuint *textures) _mesa_DeleteTextures() argument
1872 bind_textures(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *textures, bool no_error) bind_textures() argument
1939 _mesa_BindTextures_no_error(GLuint first, GLsizei count, const GLuint *textures) _mesa_BindTextures_no_error() argument
1947 _mesa_BindTextures(GLuint first, GLsizei count, const GLuint *textures) _mesa_BindTextures() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.h81 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
94 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp502 const Texture textures[] = in createImageMultisampleLoadStoreTests() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTextureTest.cpp837 GLTexture textures[2]; in TEST_P() local
968 GLTexture textures[2]; TEST_P() local
1064 GLTexture textures[2]; TEST_P() local
1132 GLTexture textures[2]; TEST_P() local
1193 GLTexture textures[2]; TEST_P() local
1262 GLTexture textures[2]; TEST_P() local
1300 GLTexture textures[2]; TEST_P() local
1331 GLTexture textures[2]; TEST_P() local
1362 GLTexture textures[2]; TEST_P() local
[all...]
H A DBlitFramebufferANGLETest.cpp2369 GLTexture textures[2]; in TEST_P() local
2425 GLTexture textures[2]; in TEST_P() local
[all...]
H A DClearTest.cpp762 GLTexture textures[kAttachmentCount]; in TEST_P() local
831 GLTexture textures[kAttachmentCount]; in TEST_P() local
902 GLTexture textures[kAttachmentCount]; in TEST_P() local
1008 GLTexture textures[kAttachmentCount]; TEST_P() local
1091 GLTexture textures[kAttachmentCount]; TEST_P() local
1217 GLTexture textures[kAttachmentCount]; TEST_P() local
1329 GLTexture textures[2]; TEST_P() local
1362 GLTexture textures[2]; TEST_P() local
1424 GLTexture textures[2]; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawCallPerf.cpp511 DrawWithEightTextures(unsigned int iterations, GLsizei numElements, std::vector<GLuint> textures) DrawWithEightTextures() argument
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp793 std::vector<wgpu::Texture> textures; in TEST_P() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp226 void MapTextureSlots(array_view<MaterialComponent::TextureInfo> textures, size_t baseOffset, in MapTextureSlots() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c638 static void si_check_render_feedback_textures(struct si_context *sctx, struct si_samplers *textures, in si_check_render_feedback_textures() argument
409 si_decompress_sampler_depth_textures(struct si_context *sctx, struct si_samplers *textures) si_decompress_sampler_depth_textures() argument
566 si_decompress_sampler_color_textures(struct si_context *sctx, struct si_samplers *textures) si_decompress_sampler_color_textures() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c224 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; in st_framebuffer_validate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h181 struct pipe_sampler_view *textures[NV50_MAX_SHADER_STAGES][PIPE_MAX_SAMPLERS]; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h55 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.h86 struct agx_sampler_view *textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c314 struct panfrost_ptr textures = in panvk_cmd_prepare_textures() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c267 r600_decompress_depth_textures(struct r600_context *rctx, struct r600_samplerview_state *textures) r600_decompress_depth_textures() argument
380 r600_decompress_color_textures(struct r600_context *rctx, struct r600_samplerview_state *textures) r600_decompress_color_textures() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_params.cpp125 CaptureDeleteTextures_texturesPacked(const State &glState, bool isCallValid, GLsizei n, const TextureID *textures, ParamCapture *paramCapture) CaptureDeleteTextures_texturesPacked() argument
181 CaptureGenTextures_texturesPacked(const State &glState, bool isCallValid, GLsizei n, TextureID *textures, ParamCapture *paramCapture) CaptureGenTextures_texturesPacked() argument

Completed in 37 milliseconds

12345