Home
last modified time | relevance | path

Searched refs:Vec4 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state.h85 struct Vec4 { struct
86 Vec4() { in Vec4() argument
140 std::vector<Vec4> attrib_values;
Dgles2_cmd_decoder.cc1648 Vec4 attrib_0_value_;
6203 !SafeMultiplyUint32(num_vertices, sizeof(Vec4), &size_needed) || in SimulateAttrib0()
6226 const Vec4& value = state_.attrib_values[0]; in SimulateAttrib0()
6234 std::vector<Vec4> temp(num_vertices, value); in SimulateAttrib0()
6939 const Vec4& value = state_.attrib_values[index]; in DoGetVertexAttribfv()
6965 const Vec4& value = state_.attrib_values[index]; in DoGetVertexAttribiv()
6984 Vec4& v = state_.attrib_values[index]; in SetVertexAttribValue()
/external/llvm/test/CodeGen/X86/
Dnegate-add-zero.ll61 …%struct.HNodeRotate3 = type { %"struct.HingeNodeSpec<3>", %struct.Vec4, %struct.Vec4, %struct.Vec4
65 …anslateRotate3 = type { %"struct.HingeNodeSpec<6>", %struct.Vec4, %struct.Vec4, %struct.Vec4, %str…
90 %struct.Vec4 = type { %"struct.FixedMatrix<double,2,2,0,0>" }
/external/ceres-solver/examples/
Dlibmv_bundle_adjuster.cc118 typedef Eigen::Vector4d Vec4; typedef