Searched refs:empty_md (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 84 LLVMValueRef empty_md; member
|
D | ac_llvm_build.c | 113 ctx->empty_md = LLVMMDNodeInContext(ctx->context, NULL, 0); in ac_llvm_context_init() 807 LLVMSetMetadata(pointer, ctx->uniform_md_kind, ctx->empty_md); in ac_build_load_custom() 810 LLVMSetMetadata(result, ctx->invariant_load_md_kind, ctx->empty_md); in ac_build_load_custom()
|
D | ac_nir_to_llvm.c | 2409 LLVMSetMetadata(desc_ptr, ctx->ac.uniform_md_kind, ctx->ac.empty_md); in visit_vulkan_resource_index() 2421 LLVMSetMetadata(result, ctx->ac.uniform_md_kind, ctx->ac.empty_md); in visit_vulkan_resource_reindex() 4594 LLVMSetMetadata(buffer_ptr, ctx->ac.uniform_md_kind, ctx->ac.empty_md); in radv_load_ubo() 4597 LLVMSetMetadata(result, ctx->ac.invariant_load_md_kind, ctx->ac.empty_md); in radv_load_ubo()
|