Lines Matching defs:count

482       unsigned count = w[0] >> SpvWordCountShift;
483 vtn_assert(count >= 1 && w + count <= end);
504 if (!handler(b, opcode, w, count))
509 w += count;
523 const uint32_t *w, unsigned count)
531 const uint32_t *w, unsigned count)
536 const char *ext = vtn_string_literal(b, &w[2], count - 2, NULL);
563 bool handled = val->ext_handler(b, w[4], w, count);
643 const uint32_t *w, unsigned count)
645 const uint32_t *w_end = w + count;
1413 const uint32_t *w, unsigned count)
1468 "Invalid component count for OpTypeVector");
1486 "Invalid column count for OpTypeMatrix");
1523 unsigned num_fields = count - 2;
1530 NIR_VLA(struct glsl_struct_field, fields, count);
1595 const unsigned num_params = count - 3;
1598 for (unsigned i = 0; i < count - 3; i++) {
1743 if (count > 9)
1822 const char *name = vtn_string_literal(b, &w[2], count - 2, NULL);
1962 const uint32_t *w, unsigned count)
2019 unsigned elem_count = count - 3;
2103 for (unsigned i = 0, j = 0; i < count - 6; i++, j++) {
2139 for (unsigned i = deref_start; i < count; i++) {
2198 vtn_assert(count <= 7);
2226 for (unsigned i = 0; i < count - 4; i++) {
2602 image_operand_arg(struct vtn_builder *b, const uint32_t *w, uint32_t count,
2630 vtn_fail_if(idx + (op & ops_with_two_args ? 1 : 0) >= count,
2677 const uint32_t *w, unsigned count)
2975 if (idx < count) {
2983 uint32_t arg = image_operand_arg(b, w, count, idx,
2991 uint32_t arg = image_operand_arg(b, w, count, idx,
2999 uint32_t arg = image_operand_arg(b, w, count, idx,
3012 uint32_t arg = image_operand_arg(b, w, count, idx,
3018 uint32_t arg = image_operand_arg(b, w, count, idx,
3025 uint32_t arg = image_operand_arg(b, w, count, idx,
3032 uint32_t arg = image_operand_arg(b, w, count, idx,
3042 uint32_t arg = image_operand_arg(b, w, count, idx,
3222 const uint32_t *w, unsigned count)
3311 operands = count > 5 ? w[5] : SpvImageOperandsMaskNone;
3314 uint32_t arg = image_operand_arg(b, w, count, 5,
3324 uint32_t arg = image_operand_arg(b, w, count, 5,
3331 uint32_t arg = image_operand_arg(b, w, count, 5,
3353 operands = count > 4 ? w[4] : SpvImageOperandsMaskNone;
3356 uint32_t arg = image_operand_arg(b, w, count, 4,
3366 uint32_t arg = image_operand_arg(b, w, count, 4,
3373 uint32_t arg = image_operand_arg(b, w, count, 4,
3673 const uint32_t *w, UNUSED unsigned count)
4051 const uint32_t *w, unsigned count)
4076 unsigned elems = count - 3;
4096 w + 4, count - 4);
4102 w + 5, count - 5);
4195 const uint32_t *w, UNUSED unsigned count)
4404 unsigned count)
4409 entry_point->name = vtn_string_literal(b, &w[3], count - 3, &name_words);
4420 b->interface_ids_count = count - start;
4428 const uint32_t *w, unsigned count)
4446 (count > 3) ? vtn_value(b, w[3], vtn_value_type_string)->str : "";
4860 vtn_handle_extension(b, opcode, w, count);
4923 vtn_handle_entry_point(b, w, count);
4928 vtn_string_literal(b, &w[2], count - 2, NULL);
4932 b->values[w[1]].name = vtn_string_literal(b, &w[2], count - 2, NULL);
4946 vtn_handle_decoration(b, opcode, w, count);
4953 vtn_handle_non_semantic_instruction(b, w[4], w, count);
5316 const uint32_t *w, unsigned count)
5318 vtn_set_instruction_result_type(b, opcode, w, count);
5367 vtn_handle_type(b, opcode, w, count);
5380 vtn_handle_constant(b, opcode, w, count);
5386 vtn_handle_variables(b, opcode, w, count);
5428 const uint32_t *w, unsigned count)
5479 const uint32_t *w, unsigned count)
5535 const uint32_t *w, unsigned count)
5604 const uint32_t *w, unsigned count)
5742 const uint32_t *w, unsigned count)
5811 const uint32_t *w, unsigned count)
5829 vtn_handle_extension(b, opcode, w, count);
5849 vtn_handle_variables(b, opcode, w, count);
5853 vtn_handle_function_call(b, opcode, w, count);
5879 vtn_handle_texture(b, opcode, w, count);
5888 vtn_handle_image(b, opcode, w, count);
5897 vtn_handle_image(b, opcode, w, count);
5900 vtn_handle_texture(b, opcode, w, count);
5907 vtn_handle_texture(b, opcode, w, count);
5931 vtn_handle_image(b, opcode, w, count);
5934 vtn_handle_atomics(b, opcode, w, count);
5943 vtn_handle_image(b, opcode, w, count);
5946 vtn_handle_atomics(b, opcode, w, count);
5952 vtn_handle_select(b, opcode, w, count);
6067 vtn_handle_alu(b, opcode, w, count);
6076 vtn_handle_integer_dot(b, opcode, w, count);
6080 vtn_handle_bitcast(b, w, count);
6091 vtn_handle_composite(b, opcode, w, count);
6100 vtn_handle_barrier(b, opcode, w, count);
6166 vtn_handle_subgroup(b, opcode, w, count);
6172 vtn_handle_ptr(b, opcode, w, count);
6235 vtn_handle_ray_intrinsic(b, opcode, w, count);
6261 vtn_handle_ray_query_intrinsic(b, opcode, w, count);
6270 vtn_handle_opencl_core_instruction(b, opcode, w, count);
6274 vtn_handle_write_packed_primitive_indices(b, opcode, w, count);