Searched refs:invalidate_shader_core_other (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h3927 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 Dv5_pack.h4372 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 Dv6_pack.h5303 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 Dv7_pack.h5359 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