Searched defs:src_lod (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
H A D | test_copy_1D.cpp | 25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_1D() local
|
H A D | test_copy_1D_array.cpp | 25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_1D_array() local
|
H A D | test_copy_2D.cpp | 25 size_t src_lod = 0, src_width_lod = imageInfo->width, src_row_pitch_lod; in test_copy_image_size_2D() local
|
H A D | test_copy_2D_array.cpp | 27 size_t src_lod = 0, src_width_lod = imageInfo->width, src_height_lod = imageInfo->height; in test_copy_image_2D_array() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 670 auto src_lod = vf.temp_register(); in emit_tex_txs() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | imageHelpers.cpp | 3519 size_t sourcePos_lod[3], destPos_lod[3], src_lod, dst_lod; in copy_image_data() local
|