Home
last modified time | relevance | path

Searched refs:result_dst (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12842 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const = 0;
13112 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument
13123 pack<ResT>::set(result_dst, result); in call()
13143 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument
13146 ResT* p_result = (ResT*)result_dst; in call()
13178 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument
13180 ResT* p_result = (ResT*)result_dst; in call()
13181 OutT* p_out = (OutT*)((glw::GLubyte*)result_dst + getResultOffset(1)); in call()
13287 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const in call() argument
13302 pack<ResT>::set(result_dst, result); in call()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp434 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()