Searched refs:radv_shader_context (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c49 struct radv_shader_context { struct
123 static inline struct radv_shader_context *
126 struct radv_shader_context *ctx = NULL;
132 struct radv_shader_context *ctx;
141 ac_build_insert_new_block(struct radv_shader_context *ctx, const char *name)
166 struct radv_shader_context *ctx,
222 static LLVMValueRef get_rel_patch_id(struct radv_shader_context *ctx)
236 get_tcs_num_patches(struct radv_shader_context *ctx)
285 calculate_tess_lds_size(struct radv_shader_context *ctx)
337 get_tcs_in_patch_stride(struct radv_shader_context *ct
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c43 struct radv_shader_context { struct
87 static inline struct radv_shader_context *
90 return container_of(abi, struct radv_shader_context, abi);
112 load_descriptor_sets(struct radv_shader_context *ctx)
168 create_function(struct radv_shader_context *ctx, gl_shader_stage stage, bool has_previous_stage)
203 struct radv_shader_context *ctx = radv_shader_context_from_abi(abi);
256 struct radv_shader_context *ctx = radv_shader_context_from_abi(abi);
276 struct radv_shader_context *ctx = radv_shader_context_from_abi(abi);
299 static void gfx10_ngg_gs_emit_vertex(struct radv_shader_context *ctx, unsigned stream,
307 struct radv_shader_context *ct
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst3071 - radv: remove some unused fields from radv_shader_context
3077 - radv: keep a pointer to a NIR shader into radv_shader_context

Completed in 14 milliseconds