/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | layout.h | 351 NumOffsets = sizeof...(OffsetSeq), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 405 static_assert(N < NumOffsets, "Index out of bounds"); 425 constexpr std::array<size_t, NumOffsets> Offsets() const { 610 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 615 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 617 static_assert(N < NumOffsets, "Index out of bounds"); 652 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/external/abseil-cpp/absl/container/internal/ |
D | layout.h | 349 NumOffsets = sizeof...(OffsetSeq), 353 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 403 static_assert(N < NumOffsets, "Index out of bounds"); 423 constexpr std::array<size_t, NumOffsets> Offsets() const { 608 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 613 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 615 static_assert(N < NumOffsets, "Index out of bounds"); 650 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 351 NumOffsets = sizeof...(OffsetSeq), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 405 static_assert(N < NumOffsets, "Index out of bounds"); 425 constexpr std::array<size_t, NumOffsets> Offsets() const { 610 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 615 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 617 static_assert(N < NumOffsets, "Index out of bounds"); 652 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 349 NumOffsets = sizeof...(OffsetSeq), 353 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 403 static_assert(N < NumOffsets, "Index out of bounds"); 423 constexpr std::array<size_t, NumOffsets> Offsets() const { 608 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 613 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 615 static_assert(N < NumOffsets, "Index out of bounds"); 650 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 351 NumOffsets = sizeof...(OffsetSeq), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 405 static_assert(N < NumOffsets, "Index out of bounds"); 425 constexpr std::array<size_t, NumOffsets> Offsets() const { 610 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 615 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 617 static_assert(N < NumOffsets, "Index out of bounds"); 652 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | layout.h | 351 NumOffsets = sizeof...(OffsetSeq), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 405 static_assert(N < NumOffsets, "Index out of bounds"); 425 constexpr std::array<size_t, NumOffsets> Offsets() const { 610 template <class Char, size_t N = NumOffsets - 1, EnableIf<N == 0> = 0> 615 template <class Char, size_t N = NumOffsets - 1, EnableIf<N != 0> = 0> 617 static_assert(N < NumOffsets, "Index out of bounds"); 652 for (size_t i = 0; i != NumOffsets - 1; ++i) {
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 724 instruction_texture.NumOffsets = 0; in tgsi_default_instruction_texture() 740 instruction_texture.NumOffsets = num_offsets; in tgsi_build_instruction_texture() 1089 full_inst->Texture.NumOffsets, in tgsi_build_full_instruction() 1093 for (i = 0; i < full_inst->Texture.NumOffsets; i++) { in tgsi_build_full_instruction()
|
D | tgsi_parse.c | 193 for( i = 0; i < inst->Texture.NumOffsets; i++ ) { in tgsi_parse_token()
|
D | tgsi_dump.c | 600 for (i = 0; i < inst->Texture.NumOffsets; i++) { in iter_instruction()
|
D | tgsi_text.c | 1133 inst.Texture.NumOffsets = i; in parse_instruction()
|
D | tgsi_ureg.c | 1049 out[0].insn_texture.NumOffsets = num_offsets; in ureg_emit_texture()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 737 instruction_texture.NumOffsets = 0; in tgsi_default_instruction_texture() 755 instruction_texture.NumOffsets = num_offsets; in tgsi_build_instruction_texture() 1105 full_inst->Texture.NumOffsets, in tgsi_build_full_instruction() 1110 for (i = 0; i < full_inst->Texture.NumOffsets; i++) { in tgsi_build_full_instruction()
|
D | tgsi_parse.c | 195 for (i = 0; i < inst->Texture.NumOffsets; i++) { in tgsi_parse_token()
|
D | tgsi_dump.c | 641 for (i = 0; i < inst->Texture.NumOffsets; i++) { in iter_instruction()
|
D | tgsi_scan.c | 521 for (i = 0; i < fullinst->Texture.NumOffsets; i++) { in scan_instruction()
|
D | tgsi_text.c | 1150 inst.Texture.NumOffsets = i; in parse_instruction()
|
D | tgsi_ureg.c | 1351 out[0].insn_texture.NumOffsets = num_offsets; in ureg_emit_texture()
|
D | tgsi_exec.c | 2159 if (inst->Texture.NumOffsets == 1) { in fetch_texel_offsets() 2173 assert(inst->Texture.NumOffsets == 0); in fetch_texel_offsets()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 711 unsigned NumOffsets : 4; member
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 690 unsigned NumOffsets : 4; member
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2361 else if (inst->Texture.NumOffsets == 1) in get_tex_inst_ext() 2367 if (inst->Texture.NumOffsets == 1) in get_tex_inst_ext() 2372 if (inst->Texture.NumOffsets == 1) in get_tex_inst_ext() 2377 if (inst->Texture.NumOffsets == 4) in get_tex_inst_ext() 2379 else if (inst->Texture.NumOffsets == 1) in get_tex_inst_ext() 2384 if (inst->Texture.NumOffsets == 1) in get_tex_inst_ext() 2675 … if (inst->Texture.NumOffsets > 1 || is_shad || (ctx->shader_req_bits & SHADER_REQ_SAMPLER_RECT)) in translate_tex() 2678 if (inst->Texture.NumOffsets == 1) { in translate_tex() 2691 if (inst->Texture.NumOffsets == 0) { in translate_tex() 2698 } else if (inst->Texture.NumOffsets) { in translate_tex() [all …]
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1410 num_srcs += tgsi_inst->Texture.NumOffsets; in ttn_tex() 1538 for (i = 0; i < tgsi_inst->Texture.NumOffsets; i++) { in ttn_tex()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 2249 if (inst->Texture.NumOffsets == 1) { in emit_tex() 2417 if (inst->Texture.NumOffsets == 1) { in emit_sample() 2550 if (inst->Texture.NumOffsets == 1) { in emit_fetch_texels()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 7633 if (inst->Texture.NumOffsets == 1) { in get_texel_offsets() 8092 if (inst->Texture.NumOffsets == 1) { in emit_tg4() 8115 if (inst->Texture.NumOffsets == 1) { in emit_tg4()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 211 unsigned int getNumTexOffsets() const { return insn->Texture.NumOffsets; } in getNumTexOffsets()
|