Home
last modified time | relevance | path

Searched refs:plane0 (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; in TAG() local
47 *out = (coord[0] * plane0 + in TAG()
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
68 *out = (coord[0] * plane0 + in TAG()
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
89 *out = (coord[0] * plane0 + in TAG()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
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 = texture.CreateView(); in TEST_F()
[all …]
DLabelTests.cpp232 descriptor.plane0 = texture.CreateView(); in TEST_F()
DBindGroupValidationTests.cpp62 externalTextureDesc.plane0 = mSampledTextureView; in SetUp()
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/
DExternalTexture.cpp56 ASSERT(descriptor->plane0); in ValidateExternalTextureDescriptor()
58 DAWN_TRY(device->ValidateObject(descriptor->plane0)); in ValidateExternalTextureDescriptor()
69 ValidateExternalTexturePlane(descriptor->plane0, descriptor->format), in ValidateExternalTextureDescriptor()
93 textureViews[0] = descriptor->plane0; in ExternalTextureBase()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DExternalTextureTests.cpp55 externalDesc.plane0 = view; in TEST_P()
108 externalDesc.plane0 = externalView; in TEST_P()
/third_party/ffmpeg/libavcodec/
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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c882 const struct si_texture *plane0, in si_texture_create_object() argument
987 if (plane0) { in si_texture_create_object()
989 resource->bo_size = plane0->buffer.bo_size; in si_texture_create_object()
990 resource->bo_alignment_log2 = plane0->buffer.bo_alignment_log2; in si_texture_create_object()
991 resource->flags = plane0->buffer.flags; in si_texture_create_object()
992 resource->domains = plane0->buffer.domains; in si_texture_create_object()
993 resource->memory_usage_kb = plane0->buffer.memory_usage_kb; in si_texture_create_object()
995 radeon_bo_reference(sscreen->ws, &resource->buf, plane0->buffer.buf); in si_texture_create_object()
996 resource->gpu_address = plane0->buffer.gpu_address; in si_texture_create_object()
1274 struct si_texture *plane0 = NULL, *last_plane = NULL; in si_texture_create_with_modifier() local
[all …]