Searched refs:adjust_sample_index_using_fmask (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 2239 static LLVMValueRef adjust_sample_index_using_fmask(struct ac_llvm_context *ctx, in adjust_sample_index_using_fmask() function 2302 sample_index = adjust_sample_index_using_fmask( in get_image_coords() 4300 args.coords[sample_chan] = adjust_sample_index_using_fmask( in visit_tex()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 5626 static Temp adjust_sample_index_using_fmask(isel_context *ctx, bool da, std::vector<Temp>& coords, … in adjust_sample_index_using_fmask() function 5710 …coords[count] = adjust_sample_index_using_fmask(ctx, is_array, fmask_load_address, sample_index, f… in get_image_coords() 8877 sample_index = adjust_sample_index_using_fmask(ctx, da, coords, op, fmask_ptr); in visit_tex()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 772 - aco: simplify adjust_sample_index_using_fmask() & get_image_coords()
|
D | 19.1.0.rst | 4364 adjust_sample_index_using_fmask()
|