Searched refs:result_dst (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12845 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const = 0; 13115 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument 13126 pack<ResT>::set(result_dst, result); in call() 13146 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument 13149 ResT* p_result = (ResT*)result_dst; in call() 13181 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument 13183 ResT* p_result = (ResT*)result_dst; in call() 13184 OutT* p_out = (OutT*)((glw::GLubyte*)result_dst + getResultOffset(1)); in call() 13290 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument 13305 pack<ResT>::set(result_dst, resul in call() 13328 call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const call() argument 13417 call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const call() argument 13456 call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const call() argument 14973 glw::GLdouble* result_dst = (glw::GLdouble*)&m_expected_results_data[result_offset]; prepareTestData() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_nir.cpp | 434 dst_reg result_dst = get_nir_dest(instr->dest); in nir_emit_intrinsic() local 436 vec4_instruction(SHADER_OPCODE_GET_BUFFER_SIZE, result_dst); in nir_emit_intrinsic()
|
Completed in 18 milliseconds