Searched refs:numPatchConstants (Results 1 – 6 of 6) sorted by relevance
66 blob_write_uint8(blob, info_out->numPatchConstants); in nv50_ir_prog_info_out_serialize()164 info_out->numPatchConstants = blob_read_uint8(&reader); in nv50_ir_prog_info_out_deserialize()
157 uint8_t numPatchConstants; /* also included in numInputs/numOutputs */ member
959 INFO(" \"numPatchConstants\":\"%d\",\n", info_out->numPatchConstants); in nv50_ir_prog_info_out_print()
1039 info_out->numPatchConstants = MAX2(info_out->numPatchConstants, index + slots); in assignSlots()1111 info_out->numPatchConstants = MAX2(info_out->numPatchConstants, index + slots); in assignSlots()
1327 info_out->numPatchConstants = MAX2(info_out->numPatchConstants, si + 1); in scanDeclaration()1361 info_out->numPatchConstants = MAX2(info_out->numPatchConstants, si + 1); in scanDeclaration()
349 if (info->numPatchConstants) in nvc0_tcp_gen_header()350 opcs = 8 + info->numPatchConstants * 4; in nvc0_tcp_gen_header()