Searched refs:resource_class (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 742 enum dxil_resource_class resource_class, in emit_createhandle_call() argument 748 …st struct dxil_value *resource_class_value = dxil_module_get_int8_const(&ctx->mod, resource_class); in emit_createhandle_call() 774 enum dxil_resource_class resource_class, in emit_createhandle_call_const_index() argument 784 return emit_createhandle_call(ctx, resource_class, resource_range_id, in emit_createhandle_call_const_index() 3538 enum dxil_resource_class resource_class; in emit_load_vulkan_descriptor() local 3542 resource_class = DXIL_RESOURCE_CLASS_CBV; in emit_load_vulkan_descriptor() 3546 resource_class = DXIL_RESOURCE_CLASS_SRV; in emit_load_vulkan_descriptor() 3548 resource_class = DXIL_RESOURCE_CLASS_UAV; in emit_load_vulkan_descriptor() 3559 handle = emit_createhandle_call(ctx, resource_class, in emit_load_vulkan_descriptor() 3560 get_resource_id(ctx, resource_class, space, binding), in emit_load_vulkan_descriptor()
|