| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | UtilsVulkan.cpp | 89 const TextureBase* texture = textureCopy.texture.Get(); in ComputeTextureCopyExtent() local 118 const Texture* texture in ComputeBufferImageCopyRegion() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | TextureSubresourceTests.cpp | 38 wgpu::TextureView CreateTextureView(wgpu::Texture texture, in CreateTextureView() argument 145 wgpu::Texture texture = in TEST_P() local 173 wgpu::Texture texture = TEST_P() local [all...] |
| H A D | NonzeroTextureCreationTests.cpp | 146 wgpu::Texture texture = device.CreateTexture(&descriptor); in Run() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | BindingInfo.h | 67 TextureBindingLayout texture; member
|
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| H A D | TestUtils.cpp | 125 wgpu::Texture texture = device.CreateTexture(&descriptor); in UnalignDynamicUploader() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | TextureValidationTests.cpp | 452 wgpu::Texture texture = device.CreateTexture(&descriptor); TEST_F() local 459 wgpu::Texture texture = device.CreateTexture(&descriptor); TEST_F() local 468 wgpu::Texture texture = device.CreateTexture(&descriptor); TEST_F() local 491 wgpu::Texture texture = device.CreateTexture(&descriptor); TEST_F() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureFilteringAnisotropyTests.cpp | 36 namespace texture namespace 106 TestTexture2DSp texture; in iterate() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_lower_ycbcr_textures.c | 41 get_texture_size(struct ycbcr_state *state, nir_deref_instr *texture) in get_texture_size() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_uniforms.c | 40 struct pipe_sampler_view *texture = texstate->textures[data]; in get_texrect_scale() local 56 struct pipe_sampler_view *texture = texstate->textures[data]; in get_texture_size() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_screen.h | 114 struct pipe_resource *texture; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_state_sampler.c | 133 struct pipe_resource *texture = sv->base.texture; in svga_validate_pipe_sampler_view() local [all...] |
| H A D | svga_pipe_sampler.c | 361 svga_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ) svga_create_sampler_view() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_screen.c | 511 struct softpipe_resource *texture = softpipe_resource(resource); in softpipe_flush_frontbuffer() local
|
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | graw_util.h | 311 graw_util_create_simple_sampler_view(const struct graw_info *info, struct pipe_resource *texture) graw_util_create_simple_sampler_view() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_tracker.c | 449 struct pipe_resource *texture; in xa_surface_redefine() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 107 struct pipe_resource *texture = rb->texture; in try_pbo_readpixels() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texstate.c | 294 active_texture(GLenum texture, bool no_error) active_texture() argument 341 _mesa_ActiveTexture_no_error(GLenum texture) _mesa_ActiveTexture_no_error() argument 348 _mesa_ActiveTexture(GLenum texture) _mesa_ActiveTexture() argument 356 _mesa_ClientActiveTexture(GLenum texture) _mesa_ClientActiveTexture() argument [all...] |
| H A D | shaderimage.c | 601 _mesa_BindImageTexture_no_error(GLuint unit, GLuint texture, GLint level, in _mesa_BindImageTexture_no_error() argument 616 _mesa_BindImageTexture(GLuint unit, GLuint texture, GLint level, in _mesa_BindImageTexture() argument 522 validate_bind_image_texture(struct gl_context *ctx, GLuint unit, GLuint texture, GLint level, GLint layer, GLenum access, GLenum format, bool check_level_layer) validate_bind_image_texture() argument 661 _mesa_BindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format) _mesa_BindImageTextureEXT() argument 718 const GLuint texture = textures ? textures[i] : 0; bind_image_textures() local [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_nir_lower_ycbcr_textures.c | 40 get_texture_size(struct ycbcr_state *state, nir_deref_instr *texture) in get_texture_size() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_sampler.c | 200 llvmpipe_create_sampler_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ) llvmpipe_create_sampler_view() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 87 struct pipe_resource *texture; member
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state_emit.c | 272 struct i915_texture *texture = in emit_map() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_pstipple.c | 81 struct pipe_resource *texture; member [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi_info.c | 192 const nir_variable *texture = tex_get_texture_var(tex); in scan_instruction() local
|
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_context.c | 236 rbug_send_context_draw_rule(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t vertex, rbug_shader_t fragment, rbug_texture_t texture, rbug_texture_t surface, rbug_block_t block, uint32_t *__serial) rbug_send_context_draw_rule() argument
|