Home
last modified time | relevance | path

Searched defs:ym (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dssim_sse2.c129 __m128i xm = zero, ym = zero; // 16b accums in SSIMGet_SSE2() local
H A Ddsp.h372 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-date.c487 ecma_number_t ym = y + (ecma_number_t) floor (m / 12); in ecma_date_make_day() local
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c102 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp409 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
H A DvktRayTracingBuildLargeTests.cpp330 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
H A DvktRayTracingBuildTests.cpp339 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
H A DvktRayTracingBuiltinTests.cpp1315 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
1366 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
1423 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
1487 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp409 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
H A DvktRayTracingBuildLargeTests.cpp330 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
H A DvktRayTracingBuildTests.cpp339 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
H A DvktRayTracingBuiltinTests.cpp1304 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
1355 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
1412 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
1476 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp723 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
750 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
H A DvktRayQueryBuiltinTests.cpp771 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
830 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
1966 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local
2125 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local
2723 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local
2884 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3046 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3209 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3389 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3571 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3787 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp711 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
738 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
H A DvktRayQueryBuiltinTests.cpp759 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
818 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
1946 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local
2105 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local
2703 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local
2864 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3026 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3189 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3369 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3551 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
3767 const float ym = (y0 + y1) / 2.0f; initAccelerationStructures() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp1519 int ym = y_flip ? dim_y - y - 1 : y; in store_ktx_uncompressed_image() local
1581 int ym = y_flip ? dim_y - y - 1 : y; store_ktx_uncompressed_image() local
2149 int ym = y_flip ? dim_y - y - 1 : y; store_dds_uncompressed_image() local
2212 int ym = y_flip ? dim_y - y - 1: y; store_dds_uncompressed_image() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp1095 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp1095 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local

Completed in 55 milliseconds