Home
last modified time | relevance | path

Searched defs:srcVector (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLMemoryVk.cpp592 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local
614 int *srcVector = static_cast<int *>(const_cast<void *>(fillColor)); in packPixels() local
621 unsigned int *srcVector = static_cast<unsigned int *>(const_cast<void *>(fillColor)); in packPixels() local
630 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local
638 int *srcVector = static_cast<int *>(const_cast<void *>(fillColor)); in packPixels() local
645 unsigned int *srcVector = static_cast<unsigned int *>(const_cast<void *>(fillColor)); in packPixels() local
654 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local
661 int *srcVector = static_cast<int *>(const_cast<void *>(fillColor)); in packPixels() local
668 unsigned int *srcVector = static_cast<unsigned int *>(const_cast<void *>(fillColor)); in packPixels() local
675 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DVectorTest.java25 Vector<String> srcVector = new Vector<String>(); in testVector() local
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.cpp2494 void swizzle_vector_for_image(T *srcVector, const cl_image_format *imageFormat) in swizzle_vector_for_image()
2562 void pack_image_pixel(unsigned int *srcVector, in pack_image_pixel()
2592 void pack_image_pixel(int *srcVector, const cl_image_format *imageFormat, in pack_image_pixel()
2641 void pack_image_pixel(float *srcVector, const cl_image_format *imageFormat, in pack_image_pixel()
2812 void pack_image_pixel_error(const float *srcVector, in pack_image_pixel_error()
/aosp_15_r20/external/aac/libFDK/src/
H A Dfixpoint_math.cpp117 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT n) { in LdDataVector()