Searched refs:src_c (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
H A Dpp_filter_test.cc181 void RunComparison(const unsigned char *expected_output, unsigned char *src_c, argument
185 ASSERT_EQ(expected_output[c], src_c[c])
188 src_c += src_pitch;
288 void SetRows(unsigned char *src_c, int rows, int cols, int src_width) { argument
290 memset(src_c, r, cols);
291 src_c += src_width;
295 void RunComparison(const unsigned char *expected_output, unsigned char *src_c, argument
299 ASSERT_EQ(expected_output[r * rows + c], src_c[c])
302 src_c += src_pitch;
318 Buffer<uint8_t> src_c local
354 Buffer<uint8_t> src_c = Buffer<uint8_t>(cols, rows, 8, 8, 8, 17); local
385 Buffer<uint8_t> src_c = Buffer<uint8_t>(cols, rows, 8, 8, 8, 17); local
408 Buffer<uint8_t> src_c = Buffer<uint8_t>(cols, rows, 8, 8, 8, 17); local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Ddisasm-a3xx.c213 } else if (cat1->src_rel && !cat1->src_c) {
226 cat1->src_r, cat1->src_c, cat1->src_im, false, false, false);
362 if (cat4->c.src_c) {
364 cat4->src_r, cat4->c.src_c, cat4->src_im,
368 cat4->src_r, cat4->rel.src_c, cat4->src_im,
H A Dinstr-a3xx.h351 uint32_t src_c : 1; member in struct:PACKED
513 uint32_t src_c : 1; /* relative-const */ member in struct:PACKED::PACKED::PACKED
520 uint32_t src_c : 1; /* const */ member in struct:PACKED::PACKED::PACKED
H A Dir3.c179 cat1->src_c = !!(src->flags & IR3_REG_CONST);
388 cat4->rel.src_c = !!(src->flags & IR3_REG_CONST);
395 cat4->c.src_c = 1;
/external/compiler-rt/lib/interception/
H A Dinterception_win.cc177 *src_c = (char*)src; local
179 dst_c[i] = src_c[i];

Completed in 179 milliseconds