Searched refs:attr_desc (Results 1 – 4 of 4) sorted by relevance
8 struct attr_desc45 attr_desc fetch_desc(thread const int& location, constant VertexBuffer& v_227)48 attr_desc result;69 float4 fetch_attr(thread const attr_desc& desc, thread const int& vertex_id, thread const texture2d…141 attr_desc desc = fetch_desc(param, v_227);145 attr_desc param_1 = desc;151 attr_desc param_3 = desc;
21 struct attr_desc37 vec4 fetch_attr(attr_desc desc, int vertex_id, usamplerBuffer input_stream)76 attr_desc fetch_desc(int location)78 attr_desc result;91 attr_desc desc = fetch_desc(location);
156 for (const auto &attr_desc : attr_descs) { in DecodeAttrs() local157 std::string name = attr_desc[kJsonKeyName]; in DecodeAttrs()158 std::string type = attr_desc[kJsonKeyDataType]; in DecodeAttrs()159 auto value = ParseValue(attr_desc, type); in DecodeAttrs()
252 nlohmann::json attr_desc; in GenTbeSingleKernelJson() local255 attr_desc.push_back(attr[kJValue]); in GenTbeSingleKernelJson()258 if (!attr_desc.empty()) { in GenTbeSingleKernelJson()259 op_info_json[kJAttrDesc] = attr_desc; in GenTbeSingleKernelJson()1071 nlohmann::json attr_desc; in GenFusionComputeCommonJson() local1074 attr_desc.push_back(attr[kJValue]); in GenFusionComputeCommonJson()1077 if (!attr_desc.empty()) { in GenFusionComputeCommonJson()1078 (*compute_op_str)[kJAttrDesc] = attr_desc; in GenFusionComputeCommonJson()