Home
last modified time | relevance | path

Searched refs:type_float (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/fuzz/
Dschema.dict13 type_float=" type='xs:float'"
/external/mesa3d/src/freedreno/ir3/
Dir3_cp.c392 if (instr->opc == OPC_MOV && !type_float(instr->cat1.src_type)) in reg_cp()
Dir3.h734 return (type_float(src_type) && type_float(dst_type)) || in is_const_mov()
Dinstr-a3xx.h301 static inline int type_float(type_t type) in type_float() function
Ddisasm-a3xx.c472 if (type_float(cat1->src_type)) in print_instr_cat1()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_geometric.inl8 #include "type_float.hpp"
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp752 static const glw::GLchar* const type_float; member in glcts::TextureCubeMapArraySamplingTest
DesextcTextureCubeMapArraySampling.cpp223 const glw::GLchar* const TextureCubeMapArraySamplingTest::type_float = "float "; member in glcts::TextureCubeMapArraySamplingTest
1946 static attributeDefinition depth_attributes[] = { { attribute_refZ, type_float, RefZ, 1 } }; in getAttributes()
1977 …{ attribute_texture_coordinate, type_vec4, TextureCoordinates, 0 }, { attribute_lod, type_float, L… in getAttributes()
2054 out_color_type = type_float; in getColorType()