/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_bitwise.cpp | 42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local 193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
|
/external/libtextclassifier/native/utils/grammar/semantics/ |
D | value.h | 78 static const SemanticValue* Create(const reflection::BaseType base_type, in Create() 85 static const SemanticValue* Create(const reflection::BaseType base_type, in Create() 156 explicit SemanticValue(const reflection::BaseType base_type, in SemanticValue() 203 const reflection::BaseType base_type() const { return base_type_; } in base_type() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | instruction.cpp | 269 Instruction* base_type = in IsVulkanStorageImage() local 303 Instruction* base_type = in IsVulkanSampledImage() local 337 Instruction* base_type = in IsVulkanStorageTexelBuffer() local 367 Instruction* base_type = in IsVulkanStorageBuffer() local 410 Instruction* base_type = in IsVulkanUniformBuffer() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 267 Instruction* base_type = in IsVulkanStorageImage() local 301 Instruction* base_type = in IsVulkanSampledImage() local 335 Instruction* base_type = in IsVulkanStorageTexelBuffer() local 365 Instruction* base_type = in IsVulkanStorageBuffer() local 408 Instruction* base_type = in IsVulkanUniformBuffer() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 267 Instruction* base_type = in IsVulkanStorageImage() local 301 Instruction* base_type = in IsVulkanSampledImage() local 335 Instruction* base_type = in IsVulkanStorageTexelBuffer() local 365 Instruction* base_type = in IsVulkanStorageBuffer() local 408 Instruction* base_type = in IsVulkanUniformBuffer() local
|
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/ |
D | const-eval.h | 41 const reflection::BaseType base_type = in Apply() local
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | uniform_initializer_utils.cpp | 170 generate_data(void *mem_ctx, enum glsl_base_type base_type, in generate_data() 184 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, in generate_array_data()
|
/external/webrtc/rtc_base/ |
D | sigslot_repeater.h | 35 typedef signal_with_thread_policy<mt_policy, Args...> base_type; typedef
|
/external/mesa3d/src/compiler/glsl/ |
D | link_uniform_initializers.cpp | 50 const enum glsl_base_type base_type, in copy_constant_to_storage() 223 const enum glsl_base_type base_type = in set_uniform_initializer() local
|
D | gl_nir_link_uniform_initializers.c | 118 const enum glsl_base_type base_type = glsl_get_base_type(type); in copy_constant_to_storage() local 221 const enum glsl_base_type base_type = glsl_get_base_type(element_type); in set_uniform_initializer() local
|
D | link_uniforms.cpp | 825 bool set_opaque_indices(const glsl_type *base_type, in set_opaque_indices() 887 void handle_samplers(const glsl_type *base_type, in handle_samplers() 930 void handle_images(const glsl_type *base_type, in handle_images() 976 void handle_subroutines(const glsl_type *base_type, in handle_subroutines() 1049 const glsl_type *base_type; in visit_field() local
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_conversion_registry.py | 57 def register_tensor_conversion_function(base_type, argument
|
/external/pdfium/third_party/agg23/ |
D | agg_conv_dash.h | 30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type; typedef
|
D | agg_vertex_sequence.h | 31 typedef pod_deque<T, S> base_type; typedef
|
D | agg_conv_stroke.h | 31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type; typedef
|
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 47 glsl_base_type base_type, unsigned vector_elements, in glsl_type() 84 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, in glsl_type() 1655 const glsl_type *base_type = st->fields.array; in struct_location_offset() local 2843 unsigned base_type:5; member 2851 unsigned base_type:5; member 2859 unsigned base_type:5; member 2864 unsigned base_type:5; member 3020 glsl_base_type base_type = (glsl_base_type)encoded.basic.base_type; in decode_type_from_blob() local
|
D | nir_types.cpp | 546 glsl_scalar_type(enum glsl_base_type base_type) in glsl_scalar_type() 552 glsl_vector_type(enum glsl_base_type base_type, unsigned components) in glsl_vector_type() 560 glsl_matrix_type(enum glsl_base_type base_type, unsigned rows, unsigned columns) in glsl_matrix_type() 622 enum glsl_base_type base_type) in glsl_sampler_type() 641 enum glsl_base_type base_type) in glsl_image_type()
|
/external/llvm-project/flang/test/Semantics/ |
D | array-constr-values.f90 | 19 TYPE, ABSTRACT :: base_type type
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 339 enum glsl_base_type base_type = in scan_instruction() local 535 enum glsl_base_type base_type = in nir_tgsi_scan_shader() local
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | LanguageRuntime.h | 153 virtual llvm::Optional<CompilerType> GetRuntimeType(CompilerType base_type) { in GetRuntimeType()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/ |
D | rx-behavior.hpp | 20 typedef detail::multicast_observer<T> base_type; typedef in rxcpp::subjects::detail::behavior_observer
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | Class2HTML.java | 183 String base_type = type; in referenceType() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alu.c | 140 nir_alu_type base_type = nir_op_infos[instr->op].output_type; in lower_alu_instr() local
|