/third_party/astc-encoder/Source/ |
H A D | astcenc_compute_variance.cpp | 114 int size_z = arg.size_z; in compute_pixel_region_variance() local 133 int padsize_z = size_z + (have_z ? kerneldim : 0); in compute_pixel_region_variance() 356 for (int z = 0; z < size_z; z++) in compute_pixel_region_variance() 431 unsigned int size_z = img.dim_z; in init_compute_averages() local 437 bool have_z = (size_z > 1); in init_compute_averages() 439 unsigned int max_blk_size_z = astc::min(size_z, have_z ? 16u : 1u); in init_compute_averages() 448 ag.arg.size_z = 0; in init_compute_averages() 461 ag.img_size_z = size_z; in init_compute_averages() 467 unsigned int z_tasks = (size_z in init_compute_averages() [all...] |
H A D | astcenc_entry.cpp | 1015 int size_z = ag.img_size_z; in compute_averages() local 1037 arg.size_z = astc::min(step_z, size_z - z); in compute_averages()
|
H A D | astcenc_internal.h | 1169 unsigned int size_z; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_encoder.h | 158 unsigned size_x, unsigned size_y, unsigned size_z, in panfrost_pack_work_groups_compute() 164 unsigned values[6] = { size_x, size_y, size_z, num_x, num_y, num_z }; in panfrost_pack_work_groups_compute() 155 panfrost_pack_work_groups_compute( struct mali_invocation_packed *out, unsigned num_x, unsigned num_y, unsigned num_z, unsigned size_x, unsigned size_y, unsigned size_z, bool quirk_graphics, bool indirect_dispatch) panfrost_pack_work_groups_compute() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_cs_intrinsics.c | 228 nir_ssa_def *size_z = nir_channel(b, size_xyz, 2); in lower_cs_intrinsics_convert_block() local 229 size = nir_imul(b, nir_imul(b, size_x, size_y), size_z); in lower_cs_intrinsics_convert_block()
|
/third_party/python/Objects/ |
H A D | longobject.c | 2379 size_z = (Py_ssize_t)((scan - str) * log_base_BASE[base]) + 1; in PyLong_FromString() 2424 Py_ssize_t size_z; in PyLong_FromString() local 2505 size_z = (Py_ssize_t)fsize_z; in PyLong_FromString() 2507 /* size_z = 1; */ in PyLong_FromString() 2508 assert(size_z > 0); in PyLong_FromString() 2509 z = _PyLong_New(size_z); in PyLong_FromString() 2561 if (Py_SIZE(z) < size_z) { in PyLong_FromString() 2568 assert(Py_SIZE(z) == size_z); in PyLong_FromString() 2569 tmp = _PyLong_New(size_z + 1); in PyLong_FromString() 2576 sizeof(digit) * size_z); in PyLong_FromString() 4962 Py_ssize_t size_a, size_b, size_z, i; long_bitwise() local [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_common.c | 265 reg.size_z = util_logbase2_ceil(surface_params->depth); in pvr_pbe_pack_state()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 479 unsigned size_z = bits(invocation.invocations, invocation.size_z_shift, invocation.workgroups_x_shift) + 1; in pandecode_invocation() local 486 size_x, size_y, size_z, in pandecode_invocation()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 5532 struct mi_value size_z = mi_mem32(anv_address_add(addr, 8)); in CmdDispatchIndirect() local 5536 mi_store(&b, mi_reg32(GPGPU_DISPATCHDIMZ), size_z); in CmdDispatchIndirect() 5557 mi_store(&b, mi_reg32(MI_PREDICATE_SRC0), size_z); in CmdDispatchIndirect()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 7110 struct mi_value size_z = mi_mem32(ro_bo(bo, grid_size->offset + 8)); in iris_load_indirect_location() local 7113 mi_store(&b, mi_reg32(GPGPU_DISPATCHDIMZ), size_z); in iris_load_indirect_location()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 5226 GLsizei size_z = s_texture_depth * s_block_3d_size; in PrepareCompressedStorage() local 5229 gl.compressedTexImage3D(TextureTarget<3>(), 0, internalformat, size_x, size_y, size_z, 0, in PrepareCompressedStorage() local
|