Home
last modified time | relevance | path

Searched refs:dx10 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp98 float dx10 = cubic[1].x - cubic[0].x; in check_quadratic() local
100 float midX = cubic[0].x + dx10 * 3 / 2; in check_quadratic()
/third_party/skia/src/pathops/
H A DSkReduceOrder.cpp126 double dx10 = cubic[1].fX - cubic[0].fX; in check_quadratic() local
128 double midX = cubic[0].fX + dx10 * 3 / 2; in check_quadratic()
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp2112 dds_header_dx10 dx10; in store_dds_uncompressed_image() local
2113 dx10.dxgi_format = DXGI_FORMAT_R16G16B16A16_FLOAT; in store_dds_uncompressed_image()
2114 dx10.resource_dimension = (dim_z > 1) ? 4 : 3; in store_dds_uncompressed_image()
2115 dx10.misc_flag = 0; in store_dds_uncompressed_image()
2116 dx10.array_size = 1; in store_dds_uncompressed_image()
2117 dx10.reserved = 0; in store_dds_uncompressed_image()
2270 dx10_bytes_written = fwrite(&dx10, 1, sizeof(dx10), wf); in store_dds_uncompressed_image()
/third_party/ffmpeg/tests/fate/
H A Dimage.mak45 dx10-bc1 \
46 dx10-bc1a \
47 dx10-bc2 \
48 dx10-bc3 \
49 dx10-bc4 \
50 dx10-bc5 \

Completed in 10 milliseconds