Searched refs:sizebytes (Results 1 - 5 of 5) sorted by relevance
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_pipe.c | 192 void *value, int sizebytes) in getprop() 197 .sizebytes = sizebytes, in getprop() 191 getprop(int fd, enum kgsl_property_type type, void *value, int sizebytes) getprop() argument
|
H A D | msm_kgsl.h | 209 sizebytes is sizeof() that structure 219 unsigned int sizebytes; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_kgsl.c | 206 .sizebytes = size, in get_kgsl_prop()
|
H A D | msm_kgsl.h | 506 * sizebytes is sizeof() that structure 516 size_t sizebytes; member
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 89 int sizebytes; ///< how many bytes were reserved for the size member 428 if (avio_seek(pb, master.pos - master.sizebytes, SEEK_SET) < 0) in end_ebml_master() 430 put_ebml_length(pb, pos - master.pos, master.sizebytes); in end_ebml_master()
|
Completed in 12 milliseconds