Home
last modified time | relevance | path

Searched defs:offset_z (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEReverseKernel.cpp122 … const int offset_z = (axis_bit & 0x4) ? output->info()->dimension(2) - id.z() - 1 : id.z(); in run_reverse() local
136 … const int offset_z = (axis_bit & 0x4) ? output->info()->dimension(2) - id.z() - 1 : id.z(); in run_reverse() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compute_variance.cpp118 int offset_z = arg.offset_z; in compute_pixel_region_variance() local
Dastcenc_internal.h1160 unsigned int offset_z; member
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c1764 signed offset_z = ((texture->offset >> 8) & 0xF); in print_texture_word() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h82 int offset_z; member
/aosp_15_r20/external/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h329 uint8_t offset_z : 5; member