Home
last modified time | relevance | path

Searched defs:texture (Results 451 - 475 of 618) sorted by relevance

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1691 si_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture) si_init_flushed_depth_texture() argument
1822 si_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) si_texture_transfer_map() argument
1962 struct pipe_resource *texture = transfer->resource; si_texture_transfer_unmap() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c1599 struct pipe_resource *texture = stImage->pt; try_pbo_upload() local
1711 struct pipe_resource *texture = texImage->pt; try_pbo_download() local
2184 st_try_pbo_compressed_texsubimage(struct gl_context *ctx, struct pipe_resource *buf, intptr_t buf_offset, const struct st_pbo_addresses *addr_tmpl, struct pipe_resource *texture, const struct pipe_surface *surface_templ) st_try_pbo_compressed_texsubimage() argument
2223 struct pipe_resource *texture = stImage->pt; st_CompressedTexSubImage() local
[all...]
H A Dst_context.h70 struct pipe_resource *texture; member
94 struct pipe_resource *texture; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c37 struct panfrost_ptr texture = in panvk_meta_copy_img_emit_texture() local
98 panvk_meta_copy_emit_dcd(struct pan_pool *pool, mali_ptr src_coords, mali_ptr dst_coords, mali_ptr texture, mali_ptr sampler, mali_ptr vpd, mali_ptr tsd, mali_ptr rsd, mali_ptr push_constants, void *out) panvk_meta_copy_emit_dcd() argument
121 panvk_meta_copy_emit_tiler_job(struct pan_pool *desc_pool, struct pan_scoreboard *scoreboard, mali_ptr src_coords, mali_ptr dst_coords, mali_ptr texture, mali_ptr sampler, mali_ptr push_constants, mali_ptr vpd, mali_ptr rsd, mali_ptr tsd, mali_ptr tiler) panvk_meta_copy_emit_tiler_job() argument
163 panvk_meta_copy_emit_compute_job(struct pan_pool *desc_pool, struct pan_scoreboard *scoreboard, const struct pan_compute_dim *num_wg, const struct pan_compute_dim *wg_sz, mali_ptr texture, mali_ptr sampler, mali_ptr push_constants, mali_ptr rsd, mali_ptr tsd) panvk_meta_copy_emit_compute_job() argument
662 mali_ptr texture = panvk_meta_copy_img2img() local
1518 mali_ptr texture = panvk_meta_copy_img2buf() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c697 const struct lp_static_texture_state *texture = &samplers[i].texture_state; in dump_cs_variant_key() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c861 struct pipe_sampler_view *texture[2]; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1139 get_texture_info(unsigned texture, in get_texture_info() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c438 agx_create_sampler_view(struct pipe_context *pctx, struct pipe_resource *texture, const struct pipe_sampler_view *state) agx_create_sampler_view() argument
558 agx_create_surface(struct pipe_context *ctx, struct pipe_resource *texture, const struct pipe_surface *surf_tmpl) agx_create_surface() argument
1229 struct agx_ptr texture = agx_pool_alloc_aligned(&ctx->batch->pool, AGX_TEXTURE_LENGTH, 64); agx_build_reload_pipeline() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c162 struct crocus_sampler_view *texture = ice->state.shaders[stage].textures[s]; in crocus_populate_sampler_prog_key_data() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.h172 uint32_t texture; member
216 struct NineBaseTexture9 *texture[NINE_MAX_SAMPLERS]; /* PS, DMAP, VS */ member
297 } texture[NINE_MAX_SAMPLERS]; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c943 void *texture = textures.cpu + (pan_size(TEXTURE) * i); in pan_blitter_emit_textures() local
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c1714 midgard_texture_word *texture = (midgard_texture_word *) word; in print_texture_word() local
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h252 bool texture, skip, zero_lod; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1370 ureg_emit_memory(struct ureg_program *ureg, unsigned extended_token, unsigned qualifier, enum tgsi_texture_type texture, enum pipe_format format) ureg_emit_memory() argument
1481 ureg_memory_insn(struct ureg_program *ureg, enum tgsi_opcode opcode, const struct ureg_dst *dst, unsigned nr_dst, const struct ureg_src *src, unsigned nr_src, unsigned qualifier, enum tgsi_texture_type texture, enum pipe_format format) ureg_memory_insn() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h220 struct pipe_resource *texture; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h94 struct pipe_resource *texture; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c833 struct pipe_sampler_view *texture[2]; member
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1558 struct r300_resource *texture; in r300_set_sampler_views() local
1629 r300_create_sampler_view_custom(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, unsigned width0_override, unsigned height0_override) r300_create_sampler_view_custom() argument
1681 r300_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ) r300_create_sampler_view() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp257 MovePtr<TestTexture> texture; in createTestTexture() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1272 de::MovePtr<tcu::Texture2D> texture; in TextureDerivateCaseInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp62 namespace texture namespace
H A DvktTextureMipmapTests.cpp57 namespace texture namespace
[all...]
H A DvktTextureTestUtil.cpp57 namespace texture namespace
242 std::string texture = unnormal ? "textureLod" : "texture"; in initializePrograms() local
990 add2DTexture(const TestTexture2DSp& texture, const vk::VkImageAspectFlags& aspectMask, TextureBinding::ImageBackingMode backingMode) add2DTexture() argument
995 addCubeTexture(const TestTextureCubeSp& texture, const vk::VkImageAspectFlags& aspectMask, TextureBinding::ImageBackingMode backingMode) addCubeTexture() argument
1000 add2DArrayTexture(const TestTexture2DArraySp& texture, const vk::VkImageAspectFlags& aspectMask, TextureBinding::ImageBackingMode backingMode) add2DArrayTexture() argument
1005 add3DTexture(const TestTexture3DSp& texture, const vk::VkImageAspectFlags& aspectMask, TextureBinding::ImageBackingMode backingMode) add3DTexture() argument
1010 add1DTexture(const TestTexture1DSp& texture, const vk::VkImageAspectFlags& aspectMask, TextureBinding::ImageBackingMode backingMode) add1DTexture() argument
1015 add1DArrayTexture(const TestTexture1DArraySp& texture, const vk::VkImageAspectFlags& aspectMask, TextureBinding::ImageBackingMode backingMode) add1DArrayTexture() argument
1020 addCubeArrayTexture(const TestTextureCubeArraySp& texture, const vk::VkImageAspectFlags& aspectMask, TextureBinding::ImageBackingMode backingMode) addCubeArrayTexture() argument
1671 TestTexture2DSp texture; loadTexture2D() local
1732 TestTextureCubeSp texture; loadTextureCube() local
[all...]
H A DvktTextureTestUtil.hpp49 namespace texture namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp99 bool IsTextureCompatibleWithSampler(TextureType texture, TextureType sampler) in IsTextureCompatibleWithSampler() argument
325 ANGLE_INLINE void ActiveTexturesCache::set(size_t textureIndex, Texture *texture) in set() argument
657 updateActiveTextureStateOnSync(const Context *context, size_t textureIndex, const Sampler *sampler, Texture *texture) updateActiveTextureStateOnSync() argument
674 setActiveTextureDirty(size_t textureIndex, Texture *texture) setActiveTextureDirty() argument
720 updateTextureBinding(const Context *context, size_t textureIndex, Texture *texture) updateTextureBinding() argument
1616 setSamplerTexture(const Context *context, TextureType type, Texture *texture) setSamplerTexture() argument
[all...]

Completed in 49 milliseconds

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