Home
last modified time | relevance | path

Searched defs:block_z (Results 1 – 8 of 8) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_entry.cpp232 unsigned int block_z in validate_block_size()
462 unsigned int block_z, in astcenc_config_init()
824 int block_z = bsd.zdim; in compress_image() local
1112 unsigned int block_z = ctx->config.block_z; in astcenc_decompress_image() local
Dastcenccli_internal.h45 unsigned int block_z; member
Dastcenc.h436 unsigned int block_z; member
609 unsigned int block_z; member
Dastcenccli_toplevel.cpp471 unsigned int block_z = 1; in init_astcenc_config() local
Dastcenccli_image_load_store.cpp2320 uint8_t block_z; member
2371 unsigned int block_z = astc::max(static_cast<unsigned int>(hdr.block_z), 1u); in load_cimage() local
/third_party/astc-encoder/Utils/Example/
Dastc_api_example.cpp58 static const unsigned int block_z = 1; in main() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c533 set_work_size(struct pipe_grid_info *info, unsigned block_x, unsigned block_y, unsigned block_z, in set_work_size()
743 int block_z = 1; in si_compute_copy_image() local
/third_party/astc-encoder/Test/
Dastc_trace_analysis.py56 def __init__(self, block_x, block_y, block_z): argument