Home
last modified time | relevance | path

Searched refs:plane0 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DExternalTextureTests.cpp64 externalDesc.plane0 = texture.CreateView(); in TEST_F()
76 externalDesc.plane0 = texture.CreateView(); in TEST_F()
88 externalDesc.plane0 = internalTexture.CreateView(); in TEST_F()
100 externalDesc.plane0 = internalTexture.CreateView(); in TEST_F()
113 externalDesc.plane0 = internalTexture.CreateView(); in TEST_F()
124 externalDesc.plane0 = internalTexture.CreateView(); in TEST_F()
137 externalDesc.plane0 = internalTexture.CreateView(); in TEST_F()
156 externalDesc.plane0 = errorTextureView; in TEST_F()
170 externalDesc.plane0 = texture.CreateView(); in TEST_F()
222 externalDesc.plane0 in TEST_F()
[all...]
H A DLabelTests.cpp232 descriptor.plane0 = texture.CreateView(); in TEST_F()
H A DBindGroupValidationTests.cpp62 externalTextureDesc.plane0 = mSampledTextureView;
313 externalDesc.plane0 = texture.CreateView(); in TEST_F()
361 errorExternalDesciptor.plane0 = texture.CreateView(); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DExternalTexture.cpp56 ASSERT(descriptor->plane0); in ValidateExternalTextureDescriptor()
58 DAWN_TRY(device->ValidateObject(descriptor->plane0)); in ValidateExternalTextureDescriptor()
69 ValidateExternalTexturePlane(descriptor->plane0, descriptor->format), in ValidateExternalTextureDescriptor()
70 "validating plane0 against the external texture format (%s)", in ValidateExternalTextureDescriptor()
93 textureViews[0] = descriptor->plane0; in ExternalTextureBase()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DExternalTextureTests.cpp55 externalDesc.plane0 = view; in TEST_P()
108 externalDesc.plane0 = externalView; in TEST_P()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c907 * \param plane0 if a non-zero plane is being created, this is the first plane
910 * \param alloc_size the size to allocate if plane0 != NULL
916 const struct si_texture *plane0, in si_texture_create_object()
1022 if (plane0) { in si_texture_create_object()
1024 resource->bo_size = plane0->buffer.bo_size; in si_texture_create_object()
1025 resource->bo_alignment_log2 = plane0->buffer.bo_alignment_log2; in si_texture_create_object()
1026 resource->flags = plane0->buffer.flags; in si_texture_create_object()
1027 resource->domains = plane0->buffer.domains; in si_texture_create_object()
1028 resource->memory_usage_kb = plane0->buffer.memory_usage_kb; in si_texture_create_object()
1030 radeon_bo_reference(sscreen->ws, &resource->buf, plane0 in si_texture_create_object()
913 si_texture_create_object(struct pipe_screen *screen, const struct pipe_resource *base, const struct radeon_surf *surface, const struct si_texture *plane0, struct pb_buffer *imported_buf, uint64_t offset, unsigned pitch_in_bytes, uint64_t alloc_size, unsigned alignment) si_texture_create_object() argument
1314 struct si_texture *plane0 = NULL, *last_plane = NULL; si_texture_create_with_modifier() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddxv.c61 int (*tex_funct_planar[2])(uint8_t *plane0, ptrdiff_t stride0,
111 static int cocg_block(uint8_t *plane0, ptrdiff_t stride0, in cocg_block() argument
131 plane0[x] = extract_component(cg0, cg1, cg_code); in cocg_block()
134 plane0 += stride0; in cocg_block()
174 static int yao_block(uint8_t *plane0, ptrdiff_t stride0, in yao_block() argument
181 yao_subblock(plane0, yo_indices, stride0, block); in yao_block()
183 yao_subblock(plane0 + 4, yo_indices, stride0, block + 16); in yao_block()
185 yao_subblock(plane0 + 8, yo_indices, stride0, block + 32); in yao_block()
187 yao_subblock(plane0 + 12, yo_indices, stride0, block + 48); in yao_block()

Completed in 11 milliseconds