Searched refs:size_source (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_dec.cpp | 6065 uint32_t size_source __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4); in decode() local 6066 InputBuffer inptr_source(ptr + 8 + 4 + 4 + 4, size_source); in decode() 6067 …size_length __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + size_source); in decode() 6068 InputBuffer inptr_length(ptr + 8 + 4 + 4 + 4 + size_source + 4, size_length); in decode() 6070 …lidOrDie(checksumCalc, ptr, 8 + 4 + 4 + 4 + size_source + 4 + size_length, ptr + 8 + 4 + 4 + 4 + s… in decode() 6077 …", stream, var_program, var_shadertype, (GLchar*)(inptr_source.get()), size_source, (GLint*)(inptr… in decode()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 1588 uint32_t size_source __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local 1594 totalTmpSize += size_source; in decode() 1598 OutputBuffer outptr_source(&tmpBuf[0 + size_length], size_source); in decode() 1603 …ufsize, (GLsizei*)(outptr_length.get()), size_length, (GLchar*)(outptr_source.get()), size_source); in decode() 4302 uint32_t size_source __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4); in decode() local 4303 InputBuffer inptr_source(ptr + 8 + 4 + 4 + 4, size_source); in decode() 4304 …size_length __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + size_source); in decode() 4305 InputBuffer inptr_length(ptr + 8 + 4 + 4 + 4 + size_source + 4, size_length); in decode() 4307 …lidOrDie(checksumCalc, ptr, 8 + 4 + 4 + 4 + size_source + 4 + size_length, ptr + 8 + 4 + 4 + 4 + s… in decode() 4314 …", stream, var_program, var_shadertype, (GLchar*)(inptr_source.get()), size_source, (GLint*)(inptr… in decode()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_torch.py | 6877 def helper(dim, dtype, device, size_result, size_source): argument 6879 index = torch.randint(0, size_result[dim], (size_source[dim],), 6882 source = torch.rand(size_source, dtype=dtype, device=device) 6884 source = torch.randint(-2, 5, size_source, dtype=dtype, device=device) 6886 source = torch.randint(0, 5, size_source, dtype=dtype, device=device)
|