| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 1691 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 D | st_cb_texture.c | 1599 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 D | st_context.h | 70 struct pipe_resource *texture; member 94 struct pipe_resource *texture; member
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_copy.c | 37 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 D | lp_state_cs.c | 697 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 D | nv50_surface.c | 861 struct pipe_sampler_view *texture[2]; member [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1139 get_texture_info(unsigned texture, in get_texture_info() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 438 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 D | crocus_program.c | 162 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 D | nine_state.h | 172 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 D | pan_blitter.c | 943 void *texture = textures.cpu + (pan_size(TEXTURE) * i); in pan_blitter_emit_textures() local
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | disassemble.c | 1714 midgard_texture_word *texture = (midgard_texture_word *) word; in print_texture_word() local [all...] |
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | pan_ir.h | 252 bool texture, skip, zero_lod; member
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_ureg.c | 1370 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 D | d3d12_context.h | 220 struct pipe_resource *texture; member
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 94 struct pipe_resource *texture; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 833 struct pipe_sampler_view *texture[2]; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 1558 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 D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 257 MovePtr<TestTexture> texture; in createTestTexture() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderDerivateTests.cpp | 1272 de::MovePtr<tcu::Texture2D> texture; in TextureDerivateCaseInstance() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureFilteringExplicitLodTests.cpp | 62 namespace texture namespace
|
| H A D | vktTextureMipmapTests.cpp | 57 namespace texture namespace [all...] |
| H A D | vktTextureTestUtil.cpp | 57 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 D | vktTextureTestUtil.hpp | 49 namespace texture namespace [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | State.cpp | 99 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...] |