Searched refs:invalidate_shader_core_other (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 3927 bool invalidate_shader_core_other; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 3945 __gen_uint(values->invalidate_shader_core_other, 2, 2) | 3965 values->invalidate_shader_core_other = __gen_unpack_uint(cl, 2, 2); 3979 fprintf(fp, "%*sInvalidate Shader Core Other: %s\n", indent, "", values->invalidate_shader_core_other ? "true" : "false");
|
| H A D | v5_pack.h | 4372 bool invalidate_shader_core_other; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 4390 __gen_uint(values->invalidate_shader_core_other, 2, 2) | 4410 values->invalidate_shader_core_other = __gen_unpack_uint(cl, 2, 2); 4424 fprintf(fp, "%*sInvalidate Shader Core Other: %s\n", indent, "", values->invalidate_shader_core_other ? "true" : "false");
|
| H A D | v6_pack.h | 5303 bool invalidate_shader_core_other; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 5321 __gen_uint(values->invalidate_shader_core_other, 2, 2) | 5341 values->invalidate_shader_core_other = __gen_unpack_uint(cl, 2, 2); 5355 fprintf(fp, "%*sInvalidate Shader Core Other: %s\n", indent, "", values->invalidate_shader_core_other ? "true" : "false");
|
| H A D | v7_pack.h | 5359 bool invalidate_shader_core_other; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 5377 __gen_uint(values->invalidate_shader_core_other, 2, 2) | 5397 values->invalidate_shader_core_other = __gen_unpack_uint(cl, 2, 2); 5411 fprintf(fp, "%*sInvalidate Shader Core Other: %s\n", indent, "", values->invalidate_shader_core_other ? "true" : "false");
|
Completed in 74 milliseconds