Home
last modified time | relevance | path

Searched defs:attr_index (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/
Dgpu_kernel_factory.cc41 size_t attr_index) { in CheckIOParam()
61 for (size_t attr_index = 0; attr_index < (iter->second).size(); ++attr_index) { in SupportedTypeList() local
89 for (size_t attr_index = 0; attr_index < (iter->second).size(); ++attr_index) { in ReducePrecision() local
137 for (size_t attr_index = 0; attr_index < (iter->second).size(); ++attr_index) { in GpuKernelAttrCheck() local
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/ir_fission/
Dtopk_split_test.cc112 std::unordered_set<size_t> attr_index{1}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dtopk_split.cc166 std::unordered_set<size_t> attr_index{kTopkIndexK}; in Process() local
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp695 Value *attr_index = unwrap(attrib_index); in swr_gs_llvm_fetch_input() local
998 Value *attr_index = unwrap(attrib_index); in swr_tcs_llvm_fetch_input() local
1080 Value *attr_index = unwrap(attrib_index); in swr_tcs_llvm_fetch_output() local
1183 Value *attr_index = unwrap(attrib_index); in swr_tcs_llvm_store_output() local
1353 Value *attr_index = unwrap(attrib_index); in swr_tes_llvm_fetch_patch_input() local
1424 Value *attr_index = unwrap(attrib_index); in swr_tes_llvm_fetch_vtx_input() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c116 static LLVMValueRef si_build_fs_interp(struct si_shader_context *ctx, unsigned attr_index, in si_build_fs_interp()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1253 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); in store_aos_array() local