Home
last modified time | relevance | path

Searched refs:CLC_KERNEL_ARG_ADDRESS_LOCAL (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/clc/
Dclc.h102 CLC_KERNEL_ARG_ADDRESS_LOCAL, enumerator
Dclc.c67 case CLC_KERNEL_ARG_ADDRESS_LOCAL: in clc_print_kernels_info()
Dclc_helpers.cpp223 addrQualifier = CLC_KERNEL_ARG_ADDRESS_LOCAL; in parseTypePointer()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp482 case CLC_KERNEL_ARG_ADDRESS_LOCAL: in run_shader_with_raw_args()
523 case CLC_KERNEL_ARG_ADDRESS_LOCAL: { in run_shader_with_raw_args()
Dclc_compiler.c1167 if (out_dxil->kernel->args[i].address_qualifier != CLC_KERNEL_ARG_ADDRESS_LOCAL) in clc_spirv_to_dxil()